From 8d68670bf883c87c4c69296ba3e0984c4875d311 Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sat, 30 May 2020 16:54:07 -0300 Subject: [PATCH] fix permissions --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4edd418..c348efc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -137,8 +137,8 @@ sudo mkdir -p /var/www/wx sudo chown -R www-data:www-data /var/www/wx sudo usermod -a -G www-data pi sudo chmod 775 /var/www/wx -cp templates/index.html /var/www/wx/index.html -cp templates/logo-small.png /var/www/wx/logo-small.png +sudo cp templates/index.html /var/www/wx/index.html +sudo cp templates/logo-small.png /var/www/wx/logo-small.png sudo systemctl restart nginx ```