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

[DokuWiki] Remove default pages in english (playgrond...)

parent 1a27511c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ cp -afP /var/www/{update/*,html/}
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
echo "Launching Dokuwiki..."
php-fpm7.3 &
nginx &
......
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