1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

delete sudo on upgrade, no need

This commit is contained in:
Robles Rodolphe 2020-04-08 18:53:30 +02:00
parent 4850b1715b
commit 0aa1ea1b35

View file

@ -178,8 +178,8 @@ ynh_system_user_create --username=$app
# Files owned by user app
#=================================================
sudo chown $app:$app $final_path -R
sudo chmod 755 $final_path -R
chown $app:$app $final_path -R
chmod 755 $final_path -R
#=================================================
# PHP-FPM CONFIGURATION