Skip to content

Commit

Permalink
add netdev right
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonlost committed Oct 29, 2023
1 parent a2e009b commit 013539b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ConfigTinker/install_comsetup.sh
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ fi
if [[ ${web} == "TRUE" ]]
then

figlet -k Install web server
figlet -k Install web server
######
# Installer nginx
######
@@ -172,6 +172,9 @@ then
sudo chown www-data:www-data ${site}/dark.css
sudo chown www-data:www-data ${site}/shutdown_reboot.php

# add web right
sudo adduser www-data netdev

# ajout droit d'acces pour nginx
sudo gpasswd -a www-data ${USER}
# add right for nmcli command

0 comments on commit 013539b

Please sign in to comment.