mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Fix
This commit is contained in:
parent
5bb6966617
commit
bf2ddd011d
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue