diff --git a/scripts/restore b/scripts/restore index 91f2fc0..9339769 100755 --- a/scripts/restore +++ b/scripts/restore @@ -69,7 +69,7 @@ ynh_system_user_create --username=$app --home_dir=$final_path #================================================= # Restore permissions on app files -chown -R $app: $final_path +chown -R $app:$app $final_path #================================================= # SPECIFIC RESTORATION