Skip to content

Commit e9d7071

Browse files
authored
Bug Fix
1 parent 52cf8bd commit e9d7071

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ apt upgrade -y
8080
# Return to /usr/src
8181
cd /usr/src
8282

83-
8483
# Remove existing EngineScript directory if it exists
8584
if [ -d "rm -rf /usr/local/bin/enginescript" ]; then
86-
rm -rf rm -rf /usr/local/bin/enginescript
85+
rm -rf /usr/local/bin/enginescript
8786
fi
8887

8988
# EngineScript Git Clone

0 commit comments

Comments
 (0)