diff --git a/scripts/restore b/scripts/restore index ea281cc..364f0a8 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" -chown -R $app:www-data "$data_dir" +chown -R $app:www-data "$install_dir" # Create log directory and apply permissions mkdir -p /var/log/$app