Missing ; then

This commit is contained in:
Tiago Conceição
2022-10-30 06:08:43 +00:00
parent 0cfef9fb62
commit 9580b26fe5
+1 -1
View File
@@ -24,7 +24,7 @@ run_app_dotnet(){
if [ "${OSTYPE:0:6}" == "darwin" ]; then
if [ "$arch" == "arm64" ]; then
run_app_dotnet
elif [ -d "$path/../../../UVtools.app" ]
elif [ -d "$path/../../../UVtools.app" ]; then
open "$path/../../../UVtools.app"
else
run_app_normal