pas d'indetation avant le EOF
This commit is contained in:
parent
97b858b9eb
commit
26e736a244
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue