diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/linhes-scripts/upgrade_linhes.sh | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index ed18456..cdc6d7b 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=16 +pkgrel=17 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -87,7 +87,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '460861e6d0cf999629b734912eea0acf' 'ccca6bdbbd86b203a3eecdbbe363e701' '65629302a4d2c3adf88cdf0ebc10d493' - '6f87efdcf44cd97447bbed94854bae1f' + 'ab469714d77f3a29c7dda715e5ab98e0' '87b0dc855181f98516acb18a7d551601' 'c54a3afd4aa3c1af560c9b6adb600f3a' '2fb25aef03ffd1282414d8cca3df7056' 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 |