From 47c553f2f1ec2be3f62dff33c419aa3bed802b35 Mon Sep 17 00:00:00 2001 From: Hamed Ap <109583222+HamedAp@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:54:21 +0330 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3eed773..3dcf379 100644 --- a/install.sh +++ b/install.sh @@ -203,6 +203,8 @@ echo 'www-data ALL=(ALL:ALL) NOPASSWD:/bin/systemctl restart syslog' | sudo EDIT wait echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/ocpasswd' | sudo EDITOR='tee -a' visudo & wait +echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/occtl' | sudo EDITOR='tee -a' visudo & +wait echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/sbin/iptables' | sudo EDITOR='tee -a' visudo & wait echo 'www-data ALL=(ALL:ALL) NOPASSWD:/usr/sbin/iptables-save' | sudo EDITOR='tee -a' visudo &