1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-04-13 10:34:01 +02:00
parent 5bb6966617
commit bf2ddd011d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 4 deletions

View file

@ -154,8 +154,6 @@ 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 600 $final_path/groups
#chmod 600 $final_path/data/passwd
#=================================================
# INTEGRATE SERVICE IN YUNOHOST

View file

@ -73,8 +73,6 @@ ynh_system_user_create --username=$app
# Restore permissions on app files
chown -R $app: $final_path
chmod -R 755 $final_path
chmod -R 600 $final_path/groups
chmod 600 $final_path/data/passwd
#=================================================
# RESTORE SYSTEMD