From be00d96e139d57f1be6e13d48df6450701d1bee7 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 5 Apr 2024 14:51:01 +0200 Subject: [PATCH] Change the console output --- installer.sh | 6 +++--- updater.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installer.sh b/installer.sh index bceff27..3058c6d 100755 --- a/installer.sh +++ b/installer.sh @@ -4,9 +4,9 @@ installerroot=$(dirname $0) ##Print splash -echo '******************************' -echo '**SVR.JS installer for Linux**' -echo '******************************' +echo '**********************************' +echo '**SVR.JS installer for GNU/Linux**' +echo '**********************************' echo ##Check if user is root diff --git a/updater.sh b/updater.sh index 3f2f9ec..ee4fe30 100755 --- a/updater.sh +++ b/updater.sh @@ -4,9 +4,9 @@ installerroot=$(dirname $0) ##Print splash -echo '****************************' -echo '**SVR.JS updater for Linux**' -echo '****************************' +echo '********************************' +echo '**SVR.JS updater for GNU/Linux**' +echo '********************************' echo ##Check if user is root @@ -43,4 +43,4 @@ cd /usr/lib/svrjs node svr.js > /dev/null popd -echo "Done! SVR.JS is updated successfully!" +echo "Done! SVR.JS is updated successfully! You can now restart SVR.JS using \"/etc/init.d/svrjs restart\" or \"systemctl restart svrjs\"."