Skip to content

Commit ed33203

Browse files
committed
flatcar-postinst: Error out on undefined variables
1 parent a6fd000 commit ed33203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatcar-postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55

6-
set -eo pipefail
6+
set -euo pipefail
77
umask 0022
88

99
OEM_MNT="/usr/share/oem"

0 commit comments

Comments
 (0)