diff --git a/scripts/restore b/scripts/restore index 3145133..b0f4dad 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,6 +70,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" --use_shell #================================================= # Restore permissions on app files +chown -R "$app" "$log_path" chown -R "$app" "$public_path" chown -R "$app" "$final_path"