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:
parent
d1a7c9d9b8
commit
2fc0cb5deb
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,6 @@ ynh_script_progression --message="Restoring user rights..."
|
||||||
|
|
||||||
# Restore permissions on app files
|
# Restore permissions on app files
|
||||||
chown -R $app:$app $final_path
|
chown -R $app:$app $final_path
|
||||||
chown -R $app:$app $app_data_dir
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC RESTORATION
|
# SPECIFIC RESTORATION
|
||||||
|
@ -112,6 +111,8 @@ ynh_script_progression --message="Restoring the data directory..."
|
||||||
|
|
||||||
ynh_restore_file --origin_path="$app_data_dir"
|
ynh_restore_file --origin_path="$app_data_dir"
|
||||||
|
|
||||||
|
chown -R $app:$app $app_data_dir
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL YUNOHOST MULTIMEDIA
|
# INSTALL YUNOHOST MULTIMEDIA
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue