„authorize-server.sh“ ändern
This commit is contained in:
parent
834a2f3a12
commit
7f5e567068
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Read the server list from the specified file
|
# Read the server list from the specified file
|
||||||
SERVER_LIST_FILE="servers.conf"
|
SERVER_LIST_FILE="servers.conf"
|
||||||
SERVER_LIST=()
|
|
||||||
while IFS= read -r SERVER || [ -n "$SERVER" ]; do
|
while IFS= read -r SERVER || [ -n "$SERVER" ]; do
|
||||||
SERVER_LIST+=("$SERVER")
|
SERVER_LIST+=("$SERVER")
|
||||||
done < "$SERVER_LIST_FILE"
|
done < "$SERVER_LIST_FILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user