From b235519ecfe7ab3409cf70eccb949a326ba20f5e Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 30 Apr 2021 12:51:09 +0200 Subject: [PATCH] bundles/apt: "set -xeuo pipefail" for upgrade-and-reboot --- bundles/apt/files/upgrade-and-reboot | 2 ++ 1 file changed, 2 insertions(+) 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".