Skip to content
Snippets Groups Projects
Verified Commit b40b5fbe authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Dokuwiki] Remove playground pages at startup

parent c8464d7b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ echo "Remove old files..."
grep -Ev '^($|#)' /var/www/html/data/deleted.files | xargs -n 1 rm -vf
echo "Remove wiki tutorial pages..."
rm -rf /var/www/html/data/pages/wiki
rm -rf /var/www/html/data/pages/{wiki,playground}
echo "Add additional MIME types..."
cp /mime.local.conf /var/www/html/conf/
......
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