From 5a45edbbc13a59615e03b14708c2489ac8e66e06 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Tue, 7 Aug 2018 13:06:41 +0100 Subject: [PATCH] Don't create empty webadmin setup file --- src/freedombone-utils-webadmin | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedombone-utils-webadmin b/src/freedombone-utils-webadmin index e022190a4..5bf64c7f2 100755 --- a/src/freedombone-utils-webadmin +++ b/src/freedombone-utils-webadmin @@ -591,7 +591,6 @@ function image_install_web_admin { if [[ "$ONION_ONLY" != 'no' ]]; then web_admin_onion_only fi - touch "$rootdir$webadmin_install_dir/setup.txt" touch "$rootdir$webadmin_install_dir/.setupscreenactive" nginx_file=${rootdir}/etc/nginx/sites-available/${local_hostname} -- GitLab