installer: suppress VERSION not found error

This commit is contained in:
Girish Ramakrishnan
2022-07-26 17:21:49 +02:00
parent 9ad7fda3cd
commit 64243425ce
+1 -1
View File
@@ -69,7 +69,7 @@ readonly ubuntu_codename=$(lsb_release -cs)
readonly is_update=$(systemctl is-active -q box && echo "yes" || echo "no")
log "Updating from $(cat $box_src_dir/VERSION) to $(cat $box_src_tmp_dir/VERSION)"
log "Updating from $(cat $box_src_dir/VERSION 2>/dev/null) to $(cat $box_src_tmp_dir/VERSION 2>/dev/null)"
# https://docs.docker.com/engine/installation/linux/ubuntulinux/
readonly docker_version=20.10.14