mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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
|
||||
fi
|
||||
|
||||
if $*; then
|
||||
if "$*"; then
|
||||
echo "Incorrect option $*, please make sure you are entering the correct commands"
|
||||
usage
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue