From 654db6194eb77b49a787988fdccfe7830d63631b Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 13 Jan 2021 17:02:59 +0100 Subject: [PATCH] create the folder plugins/auto --- scripts/install | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 6c24bd6..3d07478 100644 --- a/scripts/install +++ b/scripts/install @@ -106,6 +106,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies" #================================================= # Set right permissions for curl install +mkdir -p $final_path/plugins/auto chown -R $app: $final_path # Set the app as temporarily public for curl call diff --git a/scripts/upgrade b/scripts/upgrade index 16053b5..0f2af86 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -143,6 +143,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies" #================================================= # Set right permissions for curl install +mkdir -p $final_path/plugins/auto chown -R $app: $final_path # Set the app as temporarily public for curl call