mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
small fix
This commit is contained in:
parent
7f323a2da1
commit
a90ad625f9
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -174,7 +174,7 @@ if [ $add == 1 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $*; then
|
if "$*"; then
|
||||||
echo "Incorrect option $*, please make sure you are entering the correct commands"
|
echo "Incorrect option $*, please make sure you are entering the correct commands"
|
||||||
usage
|
usage
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue