Fixed file path
parent
359cf5a254
commit
8c6462449e
|
@ -13,7 +13,7 @@ if [[ "$#" -ne 3 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -d client&&pi/environment/ui-files/ ]]; then
|
||||
if [[ ! -d client/environment/ui-files/ ]]; then
|
||||
echo "Missing UI Files"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue