summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/upgrade_linhes.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-11-10 18:23:53 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-11-10 18:23:53 (GMT)
commit4e308e3c0759bfe2ef73ccb909aff4fddec53843 (patch)
treead67493fafa44a411ef990aa5e78ca08464c9334 /abs/core/linhes-scripts/upgrade_linhes.sh
parent593ec2d4bea9e59f2faadd58252734e72e2b66c8 (diff)
downloadlinhes_pkgbuild-4e308e3c0759bfe2ef73ccb909aff4fddec53843.zip
linhes_pkgbuild-4e308e3c0759bfe2ef73ccb909aff4fddec53843.tar.gz
linhes_pkgbuild-4e308e3c0759bfe2ef73ccb909aff4fddec53843.tar.bz2
linhes-scripts: upgrade_linhes.sh: add hint text for console
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