„setup-servers“ ändern
This commit is contained in:
parent
f0c8f02318
commit
eed913af1f
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Read the server list from a file
|
# Read the server list from a file
|
||||||
servers_file="servers.txt"
|
servers_file="servers.conf"
|
||||||
if [ ! -f "$servers_file" ]; then
|
if [ ! -f "$servers_file" ]; then
|
||||||
echo "Error: $servers_file does not exist."
|
echo "Error: $servers_file does not exist."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user