mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Re-add shebang to ssh-id-wrapper shell script
Commit 0b286f1bc3
removed the shebang line
from the shell script ssh-id-wrapper without reasoning. This script is
executable and needs a shebang for calling it directly. Thus re-add it.
This commit is contained in:
parent
664043d7e7
commit
ffe585f078
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
OPTS="-oStrictHostKeyChecking=no -oPasswordAuthentication=no -oKbdInteractiveAuthentication=no -oChallengeResponseAuthentication=no"
|
||||
if test -n "$GIT_IDENTITY"; then
|
||||
OPTS="$OPTS -i $GIT_IDENTITY"
|
||||
|
|
Loading…
Add table
Reference in a new issue