Fix shell quoting of dragonx-cli
This commit is contained in:
2
antispam
2
antispam
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "./src/hush-cli -ac_name=ANTISPAM $@"
|
||||
./src/hush-cli -ac_name=ANTISPAM $@
|
||||
./src/hush-cli -ac_name=ANTISPAM "$@"
|
||||
|
||||
@@ -10,4 +10,4 @@ cd $DIR
|
||||
DIR="$( cd "$( dirname "$( readlink "${BASH_SOURCE[0]}" )" )" && pwd )"
|
||||
cd $DIR
|
||||
|
||||
./hush-cli -ac_name=DRAGONX $@
|
||||
./hush-cli -ac_name=DRAGONX "$@"
|
||||
|
||||
Reference in New Issue
Block a user