mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix if format
This commit is contained in:
parent
3da1e39c19
commit
39296537c6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fi
|
||||||
if [ "${command}" == "image" ]; then
|
if [ "${command}" == "image" ]; then
|
||||||
|
|
||||||
imagePath=$2
|
imagePath=$2
|
||||||
if [${#imagePath} -eq 0 ]; then
|
if [ ${#imagePath} -eq 0 ]; then
|
||||||
echo "error='missing second parameter - see help'"
|
echo "error='missing second parameter - see help'"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue