3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Fix command for clearing out www directory (to also clear hidden files).

This commit is contained in:
Michael Stenta 2019-04-24 11:34:02 -04:00
parent b20aac6d79
commit 4ea516d4be

View file

@ -188,7 +188,7 @@ Move the `sites` directory out of the webroot:
Delete everthing in `www`:
sudo rm -r www/*
sudo rm -r www/{*,.*}
Restart the farmOS containers: