From 24dbff1eabcc73438defd031d6a0b89f12cd6486 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sun, 1 Aug 2021 14:32:22 -0700 Subject: [PATCH] remove 'reboot' requirement --- update-qortal-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-qortal-ui.sh b/update-qortal-ui.sh index 2325dcf..cee52de 100644 --- a/update-qortal-ui.sh +++ b/update-qortal-ui.sh @@ -48,4 +48,4 @@ echo "starting build process...this may take a while...please be patient!" yarn run build -echo "BUILD COMPLETE! You can now reboot the system to make use of the new UI!" +echo "BUILD COMPLETE! You can now make use of the new UI!"