From 26ca719fa456779063dec194f56934364c0fc085 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 1 Feb 2016 20:48:19 +0000 Subject: [PATCH] Add sleep for installer --- functions/check_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/check_deps.sh b/functions/check_deps.sh index cf685d3a1..1e2e99fee 100644 --- a/functions/check_deps.sh +++ b/functions/check_deps.sh @@ -81,6 +81,9 @@ if [ "${#array_deps_missing[@]}" != "0" ]; then fi echo "" fi + if [ "${function_selfname}" == "command_install.sh" ]; then + sleep 5 + fi fi }