Skip to content

Commit 626efdd

Browse files
author
Brian Akins
committed
add set -eux
1 parent 4529f9e commit 626efdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -e
2+
set -eux
33
NAME=php-fpm-exporter
44
ARCH=amd64
55

0 commit comments

Comments
 (0)