From 3e6d9847be06431b90a90491e7404781b2cfe328 Mon Sep 17 00:00:00 2001 From: pucherot Date: Mon, 11 Jan 2021 17:17:44 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 66479ca1..40ba7dfa 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -183,7 +183,7 @@ Stimated time: 20' (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 chmod -R 770 ~/pialert/db