Skip to content

Commit f60b42c

Browse files
authored
Remove -e from shebang as set in Katello script (#96)
1 parent 6e1f223 commit f60b42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_atomic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resources:
7373
__satellite_fqdn__: { get_param: satellite_fqdn }
7474
__satellite_deploy__: { get_param: satellite_deploy }
7575
template: |
76-
#!/bin/bash -ex
76+
#!/bin/bash -x
7777
cd /home/cloud-user
7878
if [[ "__satellite_deploy__" = True ]]
7979
then

0 commit comments

Comments
 (0)