From 391b196f94de31572d84406dd52b7b29112ca558 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 4 Jun 2022 03:08:51 +0700 Subject: [PATCH] Log starting --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 40e6b15..345a69f 100755 --- a/scripts/install +++ b/scripts/install @@ -181,6 +181,7 @@ RestartSec=10 WantedBy=multi-user.target" | sudo tee "/etc/systemd/system/umbrel-startup.service" sudo chmod 644 "/etc/systemd/system/umbrel-startup.service" sudo systemctl enable "umbrel-startup.service" + echo "Starting Umbrel, this may take a while..." sudo systemctl start "umbrel-startup.service" sudo journalctl --output cat --no-pager --unit "umbrel-startup.service" }