diff --git a/setup/so-functions b/setup/so-functions index 73c66c194..827b424f0 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1942,7 +1942,7 @@ reset_proxy() { [[ -f /etc/systemd/system/docker.service.d/http-proxy.conf ]] && rm -f /etc/systemd/system/docker.service.d/http-proxy.conf systemctl daemon-reload - command -v docker &> /dev/null && echo "Restarting Docker..." && systemctl restart docker + command -v docker &> /dev/null && echo "Restarting Docker..." | tee -a "$setup_log" && systemctl restart docker [[ -f /root/.docker/config.json ]] && rm -f /root/.docker/config.json diff --git a/setup/so-setup b/setup/so-setup index 667951ef4..18455f4d1 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -363,7 +363,7 @@ percentage=0 fi } | progress '...' -echo "Checking if setup is running in the cloud..." +echo "Checking if setup is running in the cloud..." | tee -a "$setup_log" detect_cloud short_name=$(echo "$HOSTNAME" | awk -F. '{print $1}')