We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d7071 commit 46f9ab8Copy full SHA for 46f9ab8
1 file changed
setup.sh
@@ -81,7 +81,7 @@ apt upgrade -y
81
cd /usr/src
82
83
# Remove existing EngineScript directory if it exists
84
-if [ -d "rm -rf /usr/local/bin/enginescript" ]; then
+if [ -d "/usr/local/bin/enginescript" ]; then
85
rm -rf /usr/local/bin/enginescript
86
fi
87
0 commit comments