Change to single setup.

This commit is contained in:
Jan Eitzinger
2021-09-13 13:20:43 +02:00
parent 4436f76a63
commit f1bc23d11f
7 changed files with 116 additions and 299 deletions

View File

@@ -9,6 +9,7 @@ if [ -d symfony ]; then
rm -rf symfony
sudo rm -rf job-archive
rm -rf influxdb/data/*
rm -rf sqldata/*
echo "done."
else
echo "Aborting ..."

File diff suppressed because one or more lines are too long