[X2Go-Commits] [live-build-x2go] 84/108: typofix
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 20 22:13:23 CET 2019
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 f6720cae3346d9a1be5866818e014bb9f3a1eed2
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Sat Jan 19 02:07:43 2019 +0000
typofix
---
config/includes.chroot/etc/network/if-up.d/0430-getxroot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/etc/network/if-up.d/0430-getxroot b/config/includes.chroot/etc/network/if-up.d/0430-getxroot
index c710cc1..1ec086d 100755
--- a/config/includes.chroot/etc/network/if-up.d/0430-getxroot
+++ b/config/includes.chroot/etc/network/if-up.d/0430-getxroot
@@ -32,7 +32,7 @@ if [ -n "$XROOT" ] ; then
done
fi
done
- elif echo "$XROOT" | grep -q "^://" ; then
+ elif echo "$XROOT" | grep -q "://" ; then
while ! wget -q -N -P $IMAGEDIR/background ${XROOT//|/ } ; do
echo -en "\n$(date +'%F | %T | ')still waiting for X background download (wget) ..." | tee -a /dev/tty8
sleep 5
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list