summaryrefslogtreecommitdiff
path: root/libre/abuse/abuse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libre/abuse/abuse.sh')
-rw-r--r--libre/abuse/abuse.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/abuse/abuse.sh b/libre/abuse/abuse.sh
index 228bb6f7b..5ffdf9078 100644
--- a/libre/abuse/abuse.sh
+++ b/libre/abuse/abuse.sh
@@ -1,7 +1,6 @@
-#!/bin/sh
-
-# Use sane configuration files, unless they already exists
+#!/bin/bash
+# Copy over sane configuration files, unless they already exists
if [ ! -d $HOME/.abuse ]; then
mkdir -p $HOME/.abuse
fi
@@ -12,4 +11,5 @@ if [ ! -f $HOME/.abuse/gamma.lsp ]; then
cp /usr/share/abuse/default.gamma.lsp $HOME/.abuse/gamma.lsp
fi
-exec /usr/bin/abuse.elf
+# Run abuse
+exec /usr/bin/abuse.elf "$@"