From 0c6823973675be807ee50316fb0a2564d53361af Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 5 Oct 2022 02:04:58 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f124703..797c715 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -124,7 +124,7 @@ mkdir -p "$final_path/live/data" mkdir -p "$final_path/live_ldap/data" ynh_secure_remove --file="$final_path/live/static/" cp -r "$final_path/build/static/" "$final_path/live/" -ynh_replace_string --match_string="
Galène
" --replace_string="
Galène
" --target_file="$final_path/live/static/galene.html" +ynh_replace_string --match_string="
Galène
" --replace_string="
Galène
" --target_file="$final_path/live/static/galene.html" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path"