Skip to content

Commit

Permalink
misc/postinstall.sh: enable bash strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Dec 11, 2024
1 parent e03ecf6 commit 389b94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# This file is common for debian and centos (called at package postinstall stage)

set -x # trace
set -euo pipefail

for x in /etc/*-release
do
Expand Down

0 comments on commit 389b94a

Please sign in to comment.