Skip to content
Snippets Groups Projects
Commit b24d7ebd authored by Mark Haines's avatar Mark Haines
Browse files

Fix the cleanup script to use the right $DIR

parent 378a0f7a
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ if [ -f $PID_FILE ]; then ...@@ -12,8 +12,8 @@ if [ -f $PID_FILE ]; then
fi fi
for port in 8080 8081 8082; do for port in 8080 8081 8082; do
rm -rf demo/$port rm -rf $DIR/$port
rm -rf demo/media_store.$port rm -rf $DIR/media_store.$port
done done
rm -rf $DIR/etc rm -rf $DIR/etc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment