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 not need on install

This commit is contained in:
Robles Rodolphe 2020-04-08 17:56:34 +02:00
parent b880d01691
commit 20cc7504a9

View file

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