Skip to content

Commit 542fef3

Browse files
committed
DSP-13836 unset vars are no longer an error
1 parent 7d0679f commit 542fef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/server_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -ue
1+
#!/bin/bash -e
22
# Script for packaging all the job server files to .tar.gz for Mesos or other single-image deploys
33
WORK_DIR=/tmp/job-server
44

0 commit comments

Comments
 (0)