diff --git a/Scripts/checkUpdate b/Scripts/checkUpdate index 50371bc..4cae81d 100755 --- a/Scripts/checkUpdate +++ b/Scripts/checkUpdate @@ -60,9 +60,9 @@ if [ ! -f $1 ]; then echo $HELP fi -#VERSION=V963 +#VERSION=V962 #LFSSOURCE=$SRCMNTPOINT/pub/ViitorLinux/$VERSION/SOURCES -for i in `cat $1|awk '{print $2}'`; do +for i in `sed -e "/^#/d" $1|awk '{print $2}'`; do clear source $i if grep -i "Quelle der Source Archive:" $i >/dev/null 2>&1; then