bundles/apt: "set -xeuo pipefail" for upgrade-and-reboot
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-30 12:51:09 +02:00
parent 8fd83241ca
commit b235519ecf
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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".