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:
parent
4850b1715b
commit
0aa1ea1b35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue