Change the console output
This commit is contained in:
parent
993df1eea4
commit
be00d96e13
2 changed files with 7 additions and 7 deletions
|
@ -4,9 +4,9 @@
|
||||||
installerroot=$(dirname $0)
|
installerroot=$(dirname $0)
|
||||||
|
|
||||||
##Print splash
|
##Print splash
|
||||||
echo '******************************'
|
echo '**********************************'
|
||||||
echo '**SVR.JS installer for Linux**'
|
echo '**SVR.JS installer for GNU/Linux**'
|
||||||
echo '******************************'
|
echo '**********************************'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
##Check if user is root
|
##Check if user is root
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
installerroot=$(dirname $0)
|
installerroot=$(dirname $0)
|
||||||
|
|
||||||
##Print splash
|
##Print splash
|
||||||
echo '****************************'
|
echo '********************************'
|
||||||
echo '**SVR.JS updater for Linux**'
|
echo '**SVR.JS updater for GNU/Linux**'
|
||||||
echo '****************************'
|
echo '********************************'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
##Check if user is root
|
##Check if user is root
|
||||||
|
@ -43,4 +43,4 @@ cd /usr/lib/svrjs
|
||||||
node svr.js > /dev/null
|
node svr.js > /dev/null
|
||||||
popd
|
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\"."
|
||||||
|
|
Loading…
Reference in a new issue