X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=update-cvarcount.sh;h=b7c87a34a63ff22494dbecbb418dc9fd25cd7d74;hb=c45bfd705e661594c1edbd1f8d57d2badb709e7a;hp=0bd63e9fb2ad9d57e61582ddf0d691cff8a5f831;hpb=81389844a546e48635a119927ffcf6e1ee15f689;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/update-cvarcount.sh b/update-cvarcount.sh index 0bd63e9fb..b7c87a34a 100755 --- a/update-cvarcount.sh +++ b/update-cvarcount.sh @@ -14,6 +14,7 @@ for b in balance*.cfg; do awk '/^seta? g_/ { print $2; }' "$b" | sort -u | tr -d '\r' > "$B" diff "$A" "$B" | grep '^[<>]' | sort rm -f "$A" "$B" - exit 1 + echo "Please wait for 30 seconds, so you have had enough time to read this..." + sleep 30 fi done