mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
delete sudo not need on install
This commit is contained in:
parent
b880d01691
commit
20cc7504a9
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ ynh_replace_string --match_string="//const WWW_URI = '/asso/';" --replace_string
|
|||
# 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
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue