Update INSTALL.md

This commit is contained in:
pucherot
2021-01-11 17:17:44 +01:00
committed by GitHub
parent 3c34c822e7
commit 3e6d9847be

View File

@@ -183,7 +183,7 @@ Stimated time: 20'
(crontab -l 2>/dev/null; cat ~/pialert/back/pialert.cron) | crontab - (crontab -l 2>/dev/null; cat ~/pialert/back/pialert.cron) | crontab -
``` ```
9 - Add permissions to the DB to the web-server user 9 - Add DB permissions to the web-server user
``` ```
sudo chgrp -R www-data ~/pialert/db sudo chgrp -R www-data ~/pialert/db
chmod -R 770 ~/pialert/db chmod -R 770 ~/pialert/db