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