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

Change permission

This commit is contained in:
ericgaspar 2021-04-17 08:42:30 +02:00
parent 62b8b68f6f
commit 55964265b2
3 changed files with 3 additions and 3 deletions

View file

@ -154,7 +154,7 @@ ynh_add_config --template="../conf/groupname.json" --destination="$final_path/gr
# Set permissions to app files
chown -R $app: $final_path
chmod -R 755 $final_path
chmod -R 750 $final_path
#=================================================
# INTEGRATE SERVICE IN YUNOHOST

View file

@ -72,7 +72,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
# Restore permissions on app files
chown -R $app: $final_path
chmod -R 755 $final_path
chmod -R 750 $final_path
#=================================================
# RESTORE SYSTEMD

View file

@ -146,7 +146,7 @@ ynh_add_systemd_config
# Set permissions on app files
chown -R $app: $final_path
chmod -R 755 $final_path
chmod -R 750 $final_path
#=================================================
# INTEGRATE SERVICE IN YUNOHOST