summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-09-07 15:51:57 +0200
committertorben2018-09-07 15:51:57 +0200
commit46dcf25fa592e90ffa2a2424c855824c3322cad9 (patch)
treeca7a81a34de43d0a99665dca0bc020365e4a8440
parentfix. (diff)
downloadsystemd-init-46dcf25fa592e90ffa2a2424c855824c3322cad9.tar.gz
systemd-init-46dcf25fa592e90ffa2a2424c855824c3322cad9.tar.xz
systemd-init-46dcf25fa592e90ffa2a2424c855824c3322cad9.zip
fix booted log url.
-rwxr-xr-xmodules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh4
1 files changed, 2 insertions, 2 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 6e2ab60f..c18724ac 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/BOOTED
-if false && [ ! -f /tmp/wireless-daemon-restarted ]; then
+wget --output-document - http://10.21.9.111:8080/BOOTED
+if [ ! -f /tmp/wireless-daemon-restarted ]; then
systemctl start restart-wireless-daemon.service
touch /tmp/wireless-daemon-restarted
fi