Trivial fix shebang in keystone's fernet-node-sync.sh.j2

Change-Id: I86aeafccd2a2bff1d89a40785e1a6715097bb849
This commit is contained in:
Michal Arbet 2021-10-07 17:44:17 +02:00
parent 351bf158c5
commit f1cbff6b7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash
set -o errexit
set -o pipefail