mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
Wrong permission
This commit is contained in:
parent
4f8875e329
commit
2564a7fa87
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ python3 $final_path/epicyon.py --addaccount $email --password $password
|
|||
|
||||
# Set permissions to app files
|
||||
chown -R $app: $final_path
|
||||
chown -R $app: $path_url
|
||||
chown -R $app: $public_path
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -129,7 +129,7 @@ ynh_add_systemd_config --service="$app" --template="systemd.service" --others_va
|
|||
|
||||
# Set permissions on app files
|
||||
chown -R $app: $final_path
|
||||
chown -R $app: $path_url
|
||||
chown -R $app: $public_path
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
|
|
Loading…
Reference in a new issue