fix if format

This commit is contained in:
rootzoll 2020-01-24 17:42:39 +01:00
parent 3da1e39c19
commit 39296537c6

View file

@ -89,7 +89,7 @@ fi
if [ "${command}" == "image" ]; then
imagePath=$2
if [${#imagePath} -eq 0 ]; then
if [ ${#imagePath} -eq 0 ]; then
echo "error='missing second parameter - see help'"
exit 1
else