From 4f3ce8542a8e1fefc98fdcb6e87c45ecb16edf82 Mon Sep 17 00:00:00 2001 From: akhilleusuggo <52116577+akhilleusuggo@users.noreply.github.com> Date: Mon, 29 Mar 2021 00:18:10 +0300 Subject: [PATCH] sudo just avoid some wasted time when copy/past error Operation not permitted --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 3dccc805a1..bbb1b927cb 100644 --- a/install/index.php +++ b/install/index.php @@ -110,7 +110,7 @@ require_once '../locale/function.php';
Then you can set the permissions (www-data means apache user).
-
chown www-data:www-data  && chmod 755  
+
sudo chown www-data:www-data  && sudo chmod 755