From d12577a79300dee1fe7c8567fa71095e6c8b8a9d Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 14 Oct 2021 00:21:51 +0200 Subject: :hammer: Add some cosmetic changes to script --- bin/luxcena-neo-cli.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index 377f5f4..161293e 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -112,7 +112,7 @@ if [ "$action" == "update" ]; then tput rev printf '%s\n' "Luxcena-neo Updater" tput sgr0 - printf '\e[93m%s\e[0m\n\n' "-------------------" + printf '\e[93m%s\e[0m\n' "-------------------" if [ "$EUID" -ne 0 ]; then echo "You need to run this script as root." @@ -167,14 +167,14 @@ if [ "$action" == "update" ]; then execCommand "systemctl enable luxcena-neo" execCommand "systemctl start luxcena-neo" - printf "Update complete.\n" + printf "\nUpdate complete.\n" exit 0 elif [ "$action" == "uninstall" ]; then tput setab 1 printf '%s\n' "Luxcena Neo Uninstaller..." tput sgr0 - printf '\e[93m%s\e[0m\n' "--------------------------" + printf '\e[93m%s\e[0m' "--------------------------" tput setaf 8 printf "By uninstalling Luxcena-Neo you might loose all data, including your scripts.\n\n" -- cgit v1.2.3