From 327696200cf8e239581d05906b67861d96994f9a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Mar 2021 15:28:49 +0100 Subject: [PATCH] Update config --- scripts/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/config b/scripts/config index 44e0926..d75ba13 100644 --- a/scripts/config +++ b/scripts/config @@ -201,6 +201,7 @@ apply_config() { if [ "$pad_config_automatic_logout" != "$old_pad_config_automatic_logout" ] then ynh_use_nodejs + chown -R $app: $final_path pushd "$final_path/src" ynh_secure_remove --file="$final_path/src/package-lock.json" #added to fix saveError ENOENT: no such file or directory if [ "$pad_config_automatic_logout" = "0" ] @@ -251,6 +252,7 @@ apply_config() { if [ "$mypads" != "$old_mypads" ] then ynh_use_nodejs + chown -R $app: $final_path pushd "$final_path/src" ynh_secure_remove --file="$final_path/src/package-lock.json" #added to fix saveError ENOENT: no such file or directory if [ "$mypads" = "1" ]