pas d'indetation avant le EOF

This commit is contained in:
Valentin 2024-06-07 13:53:32 +02:00
parent 97b858b9eb
commit 26e736a244
2 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,7 @@ On a fresh install as root user using
## Environment ## Environment
Tested and optimised for [OVH VPS Starter](https://www.ovhcloud.com/fr/vps/cheap-vps/). Tested and optimised for [OVH VPS Starter](https://www.ovhcloud.com/fr/vps/cheap-vps/) on Debian 12.
## Installation steps ## Installation steps

View File

@ -35,7 +35,6 @@ if [[ -n "$RECEIVING_IP" && -n "$RECEIVING_USER" && -n "$RECEIVING_PORT" ]]; the
else else
echo "yq is not installed on the receiving server." echo "yq is not installed on the receiving server."
fi fi
EOF EOF
else else
. bin/setup_ssh_keys.sh . bin/setup_ssh_keys.sh