1
0
Fork 0
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:
anmol26s 2021-03-02 01:38:33 +05:30
parent 4f8875e329
commit 2564a7fa87
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ python3 $final_path/epicyon.py --addaccount $email --password $password
# Set permissions to app files # Set permissions to app files
chown -R $app: $final_path chown -R $app: $final_path
chown -R $app: $path_url chown -R $app: $public_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -129,7 +129,7 @@ ynh_add_systemd_config --service="$app" --template="systemd.service" --others_va
# Set permissions on app files # Set permissions on app files
chown -R $app: $final_path chown -R $app: $final_path
chown -R $app: $path_url chown -R $app: $public_path
#================================================= #=================================================
# INTEGRATE SERVICE IN YUNOHOST # INTEGRATE SERVICE IN YUNOHOST