From 93316ceba8ae46ce5860379716b6a97a9a46c4b9 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 9 Oct 2018 07:46:27 +0530 Subject: [PATCH] Added domain .env --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 0e531d1..e5d33ec 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -117,6 +117,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/.env" ynh_replace_string "yunomail" "$email" "$final_path/.env" ynh_replace_string "yunodomain" "$domain" "$final_path/.env" ynh_replace_string "language" "$language" "$final_path/.env" +ynh_replace_string "__DOMAIN__" "$domain" "$final_path/.env" # Run monica update