Skip to content

Commit

Permalink
Fixed module deletion script on linux run server script
Browse files Browse the repository at this point in the history
  • Loading branch information
b5635 committed Nov 3, 2024
1 parent 9a410c6 commit d46612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "It will automatically continue if you do not have module built (clean slat
echo
echo "WARNING: Continuing will rebuild the module from source, deleting all unsaved changes! Commit or stash your changes, or exit out."

rm -d -RI .build\modules
rm -d -RI .build/modules

mkdir -p .build
mkdir -p .build/override
Expand Down

0 comments on commit d46612e

Please sign in to comment.