Skip to content

Commit ee32a10

Browse files
committed
Trivial fix shebang in keystone's fernet-node-sync.sh.j2
Change-Id: I86aeafccd2a2bff1d89a40785e1a6715097bb849 (cherry picked from commit f1cbff6)
1 parent 6191719 commit ee32a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/keystone/templates/fernet-node-sync.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!/bin/bash
1+
#!/bin/bash
22

33
set -o errexit
44
set -o pipefail

0 commit comments

Comments
 (0)