Add end of setup log messages per #5032

This commit is contained in:
William Wernert
2021-10-12 10:19:47 -04:00
parent af687b0706
commit 36e1795295
2 changed files with 5 additions and 2 deletions

View File

@@ -1537,6 +1537,10 @@ install_cleanup() {
info "Removing so-setup permission entry from sudoers file"
sed -i '/so-setup/d' /etc/sudoers
fi
if [[ -z $SO_ERROR ]]; then
echo "Setup completed at $(date)" >> "$setup_log" 2>&1
fi
}
import_registry_docker() {