Merge remote-tracking branch 'remotes/origin/dev' into soup-verify-salt

This commit is contained in:
m0duspwnens
2020-11-18 08:36:23 -05:00

View File

@@ -105,7 +105,11 @@ update_docker_containers() {
fi
if [ -z "$LOG_FILE" ]; then
if [ -c /dev/tty ]; then
LOG_FILE=/dev/tty
else
LOG_FILE=/dev/null
fi
fi
# Recheck the version for scenarios were the VERSION wasn't known before this script was imported