Fix permission issue
This commit is contained in:
parent
ad336833c1
commit
2f08124b00
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ begin
|
|||
"ssh -p $port -o StrictHostKeyChecking=no git@127.0.0.1 \"SSH_ORIGINAL_COMMAND=\\\"$SSH_ORIGINAL_COMMAND\\\" \$0 \$@\""
|
||||
end | sudo tee "$bin" >/dev/null
|
||||
|
||||
chmod +x "$bin"
|
||||
sudo chmod +x "$bin"
|
||||
end
|
||||
|
||||
function getServiceServers -V server
|
||||
|
|
Loading…
Reference in a new issue