Remove unnecessary sit_wait.

This commit is contained in:
Christoph Niethammer 2016-05-02 08:55:19 +00:00
parent ff3562dc78
commit f319c0c474

1
sit
View file

@ -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}