diff --git a/functions/fn_install_serverdir b/functions/fn_install_serverdir index 670f16ad3..25b02b54c 100644 --- a/functions/fn_install_serverdir +++ b/functions/fn_install_serverdir @@ -25,4 +25,5 @@ if [ -z "${autoinstall}" ]; then fi if [ ! -d "${filesdir}" ]; then mkdir -v "${filesdir}" -fi \ No newline at end of file +fi +sleep 1 \ No newline at end of file