diff --git a/runupdate.sh b/runupdate.sh index 675f733..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="/path/to/server_list.txt" +SERVER_LIST_FILE="servers.conf" SERVER_LIST=() while IFS= read -r SERVER || [[ -n "$SERVER" ]]; do SERVER_LIST+=("$SERVER")