„runupdate.sh“ ändern
This commit is contained in:
parent
040c69451b
commit
5c4bf73616
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user