summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/upgrade_linhes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/linhes-scripts/upgrade_linhes.sh')
-rwxr-xr-xabs/core/linhes-scripts/upgrade_linhes.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/upgrade_linhes.sh b/abs/core/linhes-scripts/upgrade_linhes.sh
index 933d994..84d6a51 100755
--- a/abs/core/linhes-scripts/upgrade_linhes.sh
+++ b/abs/core/linhes-scripts/upgrade_linhes.sh
@@ -6,14 +6,14 @@ status=$?
if [ $status = 0 ]
then
- echo "This script must run from the console" 1>&2
+ echo "This script must run from the console (CTRL + ALT + F3) or ssh." 1>&2
exit 1
fi
if [ "$(id -u)" != "0" ];
then
- echo "This script must be run as root" 1>&2
+ echo "This script must be run as root." 1>&2
exit 1
fi
@@ -22,4 +22,4 @@ fi
sv stop mythbackend
sv stop frontend
-screen -c /usr/LH/etc/upgrade_screen_rc \ No newline at end of file
+screen -c /usr/LH/etc/upgrade_screen_rc