Fixed file path

canary
WolverinDEV 2019-03-31 13:22:25 +02:00
parent 359cf5a254
commit 8c6462449e
1 changed files with 1 additions and 1 deletions

View File

@ -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