[X2Go-Commits] [live-build-x2go] 18/58: typofixes

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:08 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit 8bc2277c6cacbd600aeffcc137cd4effb97f7298
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Dec 31 21:28:49 2016 +0100

    typofixes
---
 .../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


More information about the x2go-commits mailing list