diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-16 09:49:58 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-16 09:49:58 -0500 |
commit | a01a0efa69629f5b08f6d425ea09c71d531c60f6 (patch) | |
tree | 5b1d9a5c0bc36240be76f7c5fc04cae45d021a73 /config | |
parent | add better debian install notes (diff) | |
download | hex-zero-a01a0efa69629f5b08f6d425ea09c71d531c60f6.tar.gz hex-zero-a01a0efa69629f5b08f6d425ea09c71d531c60f6.tar.bz2 hex-zero-a01a0efa69629f5b08f6d425ea09c71d531c60f6.zip |
improve instructions for installing short_url
Diffstat (limited to 'config')
-rwxr-xr-x | config/hex-zero.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hex-zero.init b/config/hex-zero.init index 6717ada..c991652 100755 --- a/config/hex-zero.init +++ b/config/hex-zero.init @@ -55,7 +55,7 @@ do_start() # The above code will not work for interpreted scripts, use the next # six lines below instead (Ref: #643337, start-stop-daemon(8) ) test -r /var/www/hex-zero/check-for-short_url.sh && { - /bin/sh /var/www/hex-zero/check-for-short_url.sh || { + /bin/sh /var/www/hex-zero/check-for-short_url.sh 1>/dev/null 2>&1 || { # the init script is somehow prevent all displayed output even when directly outputing it to /dev/pts/3 echo "Please run something similar to the following, before running hex-zero:" echo "sudo su ${USER} -c 'pip3 --user install short_url'" |