Skip to content

Commit

Permalink
Fix confd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Apr 20, 2016
1 parent 243eb32 commit 0dfe942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/confd/conf.d/id_rsa.encrypted.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mode = "0600"
keys = [
"ssh"
]
reload_cmd = "/bin/bash -c '/usr/sbin/decrypt-ssh-keys.sh 2>&1 | logger -p local0.info -t \"id_rsa_reload[$$]\"'"
reload_cmd = "/bin/sh -c '/usr/sbin/decrypt-ssh-keys.sh 2>&1 | logger -p local0.info -t \"id_rsa_reload[$$]\"'"

0 comments on commit 0dfe942

Please sign in to comment.