Fixed file path
This commit is contained in:
parent
359cf5a254
commit
8c6462449e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [[ "$#" -ne 3 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d client&&pi/environment/ui-files/ ]]; then
|
if [[ ! -d client/environment/ui-files/ ]]; then
|
||||||
echo "Missing UI Files"
|
echo "Missing UI Files"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue