summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-09-07 15:53:17 +0200
committertorben2018-09-07 15:53:17 +0200
commit24a1220ea91d0b649e23b2c3881b54141bf6d21b (patch)
tree5bfdd6d8bb17cf30d82cedeab51851dfeef30f81
parentfix booted log url. (diff)
downloadsystemd-init-24a1220ea91d0b649e23b2c3881b54141bf6d21b.tar.gz
systemd-init-24a1220ea91d0b649e23b2c3881b54141bf6d21b.tar.xz
systemd-init-24a1220ea91d0b649e23b2c3881b54141bf6d21b.zip
improve loggin
-rwxr-xr-xmodules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh b/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
index c18724ac..93a47b45 100755
--- a/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
+++ b/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
@@ -101,8 +101,8 @@ if $SLX_ONLINE; then
# Login to tty1 version, works:
# TODO remove "false" if pre-caching is working.
cat << EOF >"$NEWROOT/root/.bash_profile"
-wget --output-document - http://10.21.9.111:8080/BOOTED
if [ ! -f /tmp/wireless-daemon-restarted ]; then
+ wget --output-document - http://10.21.9.111:8080/BOOTED
systemctl start restart-wireless-daemon.service
touch /tmp/wireless-daemon-restarted
fi