Remove sudo prefixes (not needed any more in YunoHost 2.6)
This commit is contained in:
@@ -109,7 +109,7 @@ ynh_systemd_config
|
||||
#=================================================
|
||||
|
||||
# Set right permissions for curl installation
|
||||
sudo chown -R root: $final_path
|
||||
chown -R root: $final_path
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
@@ -130,4 +130,4 @@ fi
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
||||
sudo systemctl reload nginx
|
||||
systemctl reload nginx
|
||||
|
||||
Reference in New Issue
Block a user