diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:53:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:53:08 -0300 |
commit | db442d637d19a5eb3e33233c140fc55b0968b5f3 (patch) | |
tree | c806f7a43236f0213b537f75d941631318d398b0 | |
parent | 92b07dbe82afe0cd031d43e696d4e42b40536672 (diff) | |
download | kvmx-db442d637d19a5eb3e33233c140fc55b0968b5f3.tar.gz kvmx-db442d637d19a5eb3e33233c140fc55b0968b5f3.tar.bz2 |
Increase timeout at kvmx_up
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ function kvmx_up { exit 1 fi - sleep 2 + sleep 6 done echo " done." #sleep 5 |