Remove sudo prefixes (not needed any more in YunoHost 2.6)

This commit is contained in:
Jimmy Monin
2017-07-05 18:10:43 +02:00
parent fad80c3cfb
commit 942d0c033f
6 changed files with 38 additions and 38 deletions

View File

@@ -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