diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-14 00:21:51 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-14 00:21:51 +0200 |
commit | d12577a79300dee1fe7c8567fa71095e6c8b8a9d (patch) | |
tree | 757e080bdbe3018742f0b2662ac53494135a855c | |
parent | 66fc0b9544278dbcc937c0bad3e3e803b4119eef (diff) | |
download | Luxcena-Neo-d12577a79300dee1fe7c8567fa71095e6c8b8a9d.tar.gz Luxcena-Neo-d12577a79300dee1fe7c8567fa71095e6c8b8a9d.zip |
:hammer: Add some cosmetic changes to script
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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" |