0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00

Fix the cleanup script to use the right $DIR

This commit is contained in:
Mark Haines 2015-08-12 09:39:07 +01:00
parent 378a0f7a79
commit b24d7ebd6e

View file

@ -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