Escape $ sign

This commit is contained in:
Tiago Conceição
2022-10-23 05:15:30 +01:00
parent 0ad88f2cc1
commit 8fec074dfb
+1 -1
View File
@@ -60,7 +60,7 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then
run_script="$HOME/Desktop/run-uvtools"
echo "#!/bin/bash
cd \"$(dirname \"$0\")\"
cd \"$(dirname \"\$0\")\"
if [ -f \"$appPath/Contents/MacOS/UVtools.sh\" ]; then
bash \"$appPath/Contents/MacOS/UVtools.sh\" &
elif [ -f \"UVtools.app/Contents/MacOS/UVtools.sh\" ]; then