1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchpotato_ynh.git synced 2024-09-03 18:16:22 +02:00

chown: cannot access '/home/yunohost.app/couchpotato': No such file or directory

This commit is contained in:
yalh76 2020-06-22 19:12:51 +02:00
parent d1a7c9d9b8
commit 2fc0cb5deb

View file

@ -77,7 +77,6 @@ ynh_script_progression --message="Restoring user rights..."
# Restore permissions on app files
chown -R $app:$app $final_path
chown -R $app:$app $app_data_dir
#=================================================
# SPECIFIC RESTORATION
@ -112,6 +111,8 @@ ynh_script_progression --message="Restoring the data directory..."
ynh_restore_file --origin_path="$app_data_dir"
chown -R $app:$app $app_data_dir
#=================================================
# INSTALL YUNOHOST MULTIMEDIA
#=================================================