fix: no need for fancy ssh
This commit is contained in:
parent
a189c31485
commit
468ac786a7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if ! [ "$(id -u)" = "0" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "testing git connection..."
|
echo "testing git connection..."
|
||||||
if ! ssh -Tq git@git.ixvd.net &>/dev/null; then
|
if ! ssh git@git.ixvd.net &>/dev/null; then
|
||||||
echo "can't connect to git, please setup ssh"
|
echo "can't connect to git, please setup ssh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue