Update build.sh
Correcting the non-existent operator that I made up
This commit is contained in:
2
build.sh
2
build.sh
@@ -242,7 +242,7 @@ vagrant_reload_host() {
|
|||||||
HOST="$1"
|
HOST="$1"
|
||||||
cd "$DL_DIR"/Vagrant || exit 1
|
cd "$DL_DIR"/Vagrant || exit 1
|
||||||
# Attempt to reload the host if the vagrant up command didn't exit cleanly
|
# Attempt to reload the host if the vagrant up command didn't exit cleanly
|
||||||
$(which vagrant) reload "$HOST" --provision &>> "$DL_DIR/Vagrant/vagrant_up_$HOST.log"
|
$(which vagrant) reload "$HOST" --provision >>"$DL_DIR/Vagrant/vagrant_up_$HOST.log" 2>&1
|
||||||
echo "$?"
|
echo "$?"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user