Remove unnecessary sit_wait.
This commit is contained in:
parent
ff3562dc78
commit
f319c0c474
1 changed files with 0 additions and 1 deletions
1
sit
1
sit
|
@ -50,7 +50,6 @@ if [[ -e $SIT_CONFIG_FILE ]] ; then
|
||||||
fi
|
fi
|
||||||
source "$SIT_PATH/functions.sh"
|
source "$SIT_PATH/functions.sh"
|
||||||
|
|
||||||
sit_countdown 1
|
|
||||||
|
|
||||||
# identify platform manually if no environment variable was set
|
# identify platform manually if no environment variable was set
|
||||||
PLATFORM=${PLATFORM:=$SITE_PLATFORM_NAME}
|
PLATFORM=${PLATFORM:=$SITE_PLATFORM_NAME}
|
||||||
|
|
Loading…
Reference in a new issue