removed startup after one run.

This commit is contained in:
crowetic 2025-04-18 19:37:02 -07:00
parent 19fed56e4b
commit a9a8f9a53b

View File

@ -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