Browse Source

Add sleep for installer

Daniel Gibbs 10 years ago
parent
commit
26ca719fa4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/check_deps.sh

+ 3 - 0
functions/check_deps.sh

@@ -81,6 +81,9 @@ if [ "${#array_deps_missing[@]}" != "0" ]; then
 		fi	
 		fi	
 		echo ""
 		echo ""
 	fi
 	fi
+	if [ "${function_selfname}" == "command_install.sh" ]; then
+		sleep 5
+	fi
 fi	
 fi	
 }
 }