From f319c0c474a163c3275ba544c6c35cfe278130ef Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Mon, 2 May 2016 08:55:19 +0000 Subject: [PATCH] Remove unnecessary sit_wait. --- sit | 1 - 1 file changed, 1 deletion(-) diff --git a/sit b/sit index 83008d3..0af5ec1 100755 --- a/sit +++ b/sit @@ -50,7 +50,6 @@ if [[ -e $SIT_CONFIG_FILE ]] ; then fi source "$SIT_PATH/functions.sh" -sit_countdown 1 # identify platform manually if no environment variable was set PLATFORM=${PLATFORM:=$SITE_PLATFORM_NAME}