.
This commit is contained in:
parent
b891753533
commit
d2cf55e908
@ -16,7 +16,7 @@ update_server() {
|
||||
echo "Verbinde mit Server $server und führe Update, Upgrade und Bereinigung durch..."
|
||||
|
||||
# SSH-Verbindung herstellen und Update durchführen
|
||||
ssh -o StrictHostKeyChecking=no "$server" << 'EOF'
|
||||
ssh -o StrictHostKeyChecking=yes "$server" << 'EOF'
|
||||
echo "Starte Update und Upgrade auf $HOSTNAME..."
|
||||
|
||||
# Update der Paketliste
|
||||
|
||||
Loading…
Reference in New Issue
Block a user