Skip to content

Commit 46f9ab8

Browse files
authored
Bug Fix
1 parent e9d7071 commit 46f9ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ apt upgrade -y
8181
cd /usr/src
8282

8383
# Remove existing EngineScript directory if it exists
84-
if [ -d "rm -rf /usr/local/bin/enginescript" ]; then
84+
if [ -d "/usr/local/bin/enginescript" ]; then
8585
rm -rf /usr/local/bin/enginescript
8686
fi
8787

0 commit comments

Comments
 (0)