From 3cb3f792a6f5a1b8c522a9c3314ba7bc259ef75b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 4 Jun 2022 20:17:10 +0700 Subject: [PATCH] Remove bootstrap log --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 77b270d..9e33e9f 100755 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,6 @@ WantedBy=multi-user.target" | sudo tee "/etc/systemd/system/umbrel-startup.servi main() { if [[ "${BOOTSTRAPPED}" = "false" ]] then - echo "Bootstrapping install script..." bootstrap exit fi