From 88892665442ecc3b769d9990981ee3b14dad4be6 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@robotics.uk.to> Date: Mon, 14 Jan 2019 18:25:01 +0000 Subject: [PATCH] Extra logging --- src/freedombone-installer | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-installer b/src/freedombone-installer index 59c8159c1..3019f73ef 100755 --- a/src/freedombone-installer +++ b/src/freedombone-installer @@ -3133,6 +3133,7 @@ function change_default_domain { echo " fi"; echo " cp $webadmin_install_dir/domain_change_fail.html $webadmin_install_dir/index.html"; echo " chown www-data:www-data $webadmin_install_dir/index.html"; + echo " echo 'Domain change failed' >> $webadmin_install_dir/upgrade.txt"; echo 'fi'; echo ''; echo "chown www-data:www-data \"$webadmin_install_dir/upgrade.txt\""; -- GitLab