Fix permission issue

This commit is contained in:
Manuel Thalmann 2024-12-06 13:51:08 +01:00
parent ad336833c1
commit 2f08124b00

View file

@ -82,7 +82,7 @@ begin
"ssh -p $port -o StrictHostKeyChecking=no git@127.0.0.1 \"SSH_ORIGINAL_COMMAND=\\\"$SSH_ORIGINAL_COMMAND\\\" \$0 \$@\"" "ssh -p $port -o StrictHostKeyChecking=no git@127.0.0.1 \"SSH_ORIGINAL_COMMAND=\\\"$SSH_ORIGINAL_COMMAND\\\" \$0 \$@\""
end | sudo tee "$bin" >/dev/null end | sudo tee "$bin" >/dev/null
chmod +x "$bin" sudo chmod +x "$bin"
end end
function getServiceServers -V server function getServiceServers -V server