manque .sh à la fin de setup_node_exporter

This commit is contained in:
Valentin 2024-06-07 13:56:49 +02:00
parent 26e736a244
commit 2a77b24fac
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ if [[ -n "$RECEIVING_IP" && -n "$RECEIVING_USER" && -n "$RECEIVING_PORT" ]]; the
EOF
else
. bin/setup_ssh_keys.sh
. bin/setup_node_exporter
. bin/setup_node_exporter.sh
fi
else
. bin/setup_ssh_keys.sh
. bin/setup_node_exporter
. bin/setup_node_exporter.sh
fi