From a9a8f9a53b8e211ba5c2c033649231bb3afb83c7 Mon Sep 17 00:00:00 2001 From: crowetic Date: Fri, 18 Apr 2025 19:37:02 -0700 Subject: [PATCH] removed startup after one run. --- rebuilt-machine.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 782a5a6..24b6e9a 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -271,8 +271,9 @@ echo "COMPLETE. You now have 'qortal-hub' 'qortal' 'qortal-ui' and 'qortal-menu- echo echo "(again, menu button icon may require a restart to display properly." sleep 5 -echo "closing in 5 seconds" +echo "removing startup script and closing in 5 seconds" sleep 4 +rm ".config/autostart/apply-qortal-icons.desktop" exit EOL