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