Fix arguments
This commit is contained in:
@@ -102,7 +102,7 @@ Add-on specific variables:
|
|||||||
BTCTRANSMUTER_HOST: If btc transmuter is activated with opt-add-btctransmuter, the hostname of your btc transmuter website (eg. store.example.com)
|
BTCTRANSMUTER_HOST: If btc transmuter is activated with opt-add-btctransmuter, the hostname of your btc transmuter website (eg. store.example.com)
|
||||||
END
|
END
|
||||||
}
|
}
|
||||||
|
START=""
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-i)
|
-i)
|
||||||
@@ -130,7 +130,7 @@ while (( "$#" )); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# If start does not have a value, stophere
|
# If start does not have a value, stophere
|
||||||
if [[ "$START" ]]; then
|
if ! [[ "$START" ]]; then
|
||||||
display_help
|
display_help
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user