From 5c4bf73616c1ce231c9280d05c5155c5134cb2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 19 Apr 2023 19:30:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Erunupdate.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runupdate.sh b/runupdate.sh index 08c3cac..f8b7b07 100644 --- a/runupdate.sh +++ b/runupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash # Read the server list from the specified file -SERVER_LIST_FILE="servers" +SERVER_LIST_FILE="servers.conf" SERVER_LIST=() while IFS= read -r SERVER || [[ -n "$SERVER" ]]; do SERVER_LIST+=("$SERVER")