From ac4e1c782570baea309195a1b4573a8e18a6c346 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 27 Mar 2023 23:32:40 +0700 Subject: [PATCH] Stupid mistake --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 25bf37a..36f908a 100755 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" chmod 750 "$final_path" -ynh_exec_warn_less mkdir sessions +ynh_exec_warn_less mkdir "$final_path/sessions" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index 39e2e16..e4b1c61 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -86,7 +86,7 @@ popd ynh_setup_source --dest_dir="$final_path" --full_replace=1 chmod 750 "$final_path" -ynh_exec_warn_less mkdir sessions +ynh_exec_warn_less mkdir "$final_path/sessions" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path"