diff --git a/bundles/apt/files/upgrade-and-reboot b/bundles/apt/files/upgrade-and-reboot index 008df40..3f4ddf7 100644 --- a/bundles/apt/files/upgrade-and-reboot +++ b/bundles/apt/files/upgrade-and-reboot @@ -1,5 +1,7 @@ #!/bin/bash +set -xeuo pipefail + # With systemd, we can force logging to the journal. This is better than # spamming the world with cron mails. You can then view these logs using # "journalctl -rat upgrade-and-reboot".