This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/mate-minidesktop in repository live-build-x2go. commit d5efc718e05fab383e96f22ba5368346d3f78a45 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sat Dec 31 21:28:49 2016 +0100 typofixes --- config/includes.chroot/lib/live/config/2300-autoupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/includes.chroot/lib/live/config/2300-autoupdate b/config/includes.chroot/lib/live/config/2300-autoupdate index 324f62a..ebc2bb5 100755 --- a/config/includes.chroot/lib/live/config/2300-autoupdate +++ b/config/includes.chroot/lib/live/config/2300-autoupdate @@ -57,7 +57,7 @@ DOWNLOADURL=$(cat /proc/cmdline | \ tr ' ' '\n' | \ awk -F'=' ' /^updateurl=/ { print $2 }') -if [ -z "$\DOWNLOADURL" ]; then +if [ -z "$DOWNLOADURL" ]; then echo "No update URL. Exiting." return 0 fi @@ -68,7 +68,7 @@ fi BWLIMITPERCENT=$(cat /proc/cmdline | \ tr ' ' '\n' | \ awk -F'=' ' /^bwlimit=/ { print $2 }') -if [ -z "$\BWLIMITPERCENT" ]; then +if [ -z "$BWLIMITPERCENT" ]; then BWLIMITPERCENT=20 echo "Bandwidth limit not set. Defaulting to 20%." fi -- Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git