„runupdate.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-19 19:30:30 +02:00
parent 040c69451b
commit 5c4bf73616

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Read the server list from the specified file # Read the server list from the specified file
SERVER_LIST_FILE="servers" SERVER_LIST_FILE="servers.conf"
SERVER_LIST=() SERVER_LIST=()
while IFS= read -r SERVER || [[ -n "$SERVER" ]]; do while IFS= read -r SERVER || [[ -n "$SERVER" ]]; do
SERVER_LIST+=("$SERVER") SERVER_LIST+=("$SERVER")