瀏覽代碼

Add sleep for installer

Daniel Gibbs 10 年之前
父節點
當前提交
26ca719fa4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      functions/check_deps.sh

+ 3 - 0
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	
 }