Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix the cleanup script to use the right $DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Haines committed Aug 12, 2015
1 parent 378a0f7 commit b24d7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if [ -f $PID_FILE ]; then
fi

for port in 8080 8081 8082; do
rm -rf demo/$port
rm -rf demo/media_store.$port
rm -rf $DIR/$port
rm -rf $DIR/media_store.$port
done

rm -rf $DIR/etc

0 comments on commit b24d7eb

Please sign in to comment.