Skip to content

Commit eec2d97

Browse files
authored
Merge pull request #106 from brianhlin/SOFTWARE-5614.debug-authfile-race
Actually get debugging out of the init script (SOFTWARE-5614)
2 parents 1cf8675 + 5c9c845 commit eec2d97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stash-origin/image-config.d/40-generate-auth-file.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -x
1+
#!/bin/bash
2+
3+
set -x
24

35
dump_files () {
46
local containing_dir

0 commit comments

Comments
 (0)