From 1016249c5d48fb2d9bae82802422ff1d5e40b370 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 1 Apr 2020 17:19:56 +0000 Subject: [PATCH] [fix] change_url for dashboard --- scripts/change_url | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index f3bae6d..9dab28d 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -87,9 +87,11 @@ fi #================================================= # SPECIFIC MODIFICATIONS #================================================= -# ... +# ALTERED NODERED SETTINGS FILE #================================================= +ynh_replace_string "httpRoot: '$old_path'," "httpRoot: '$new_path'," "$final_path/data/settings.js" + #================================================= # GENERIC FINALISATION #=================================================