From 11facd67a7a5941861ad983b5036cd16a6659bd9 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 22:23:08 -0400 Subject: [PATCH] fix name --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index f991332..92ae28b 100755 --- a/scripts/install +++ b/scripts/install @@ -94,6 +94,8 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +ynh_app_setting_set --app=$app --key=final_path --value=$final_path + #================================================= # NGINX CONFIGURATION #=================================================