Skip to content
Snippets Groups Projects
Commit 1043c02b authored by Armin Co's avatar Armin Co
Browse files

Wait until pull is done

parent 370909c7
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ function remove_all_configs() { ...@@ -15,7 +15,7 @@ function remove_all_configs() {
# Clone repositories # Clone repositories
function clone_repositories() { function clone_repositories() {
git clone $LETSENCRYPT_URL git clone $LETSENCRYPT_URL
wait
} }
function configure_letsencrypt() { function configure_letsencrypt() {
...@@ -64,6 +64,7 @@ clone_repositories ...@@ -64,6 +64,7 @@ clone_repositories
if [ "$USE_JITSI" == "true" ]; then if [ "$USE_JITSI" == "true" ]; then
git clone $JITSI_URL git clone $JITSI_URL
wait
./"$JITSI_DIR"/setup.sh ./"$JITSI_DIR"/setup.sh
fi fi
...@@ -71,6 +72,7 @@ configure_letsencrypt ...@@ -71,6 +72,7 @@ configure_letsencrypt
if [ "$USE_MUMBLE" == "true" ];then if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_URL git clone $MUMBLE_URL
wait
configure_mumble configure_mumble
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment