Change the console output

This commit is contained in:
Dorian Niemiec 2024-04-05 14:51:01 +02:00
parent 993df1eea4
commit be00d96e13
2 changed files with 7 additions and 7 deletions

View file

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

View file

@ -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\"."