Add comment

This commit is contained in:
Michiel Hazelhof 2025-08-14 11:42:04 +02:00
parent b233e55a6e
commit 1d268957fd
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -103,6 +103,7 @@ docker build . --tag bitwarden-patched --file "$PWD/src/bitBetter/Dockerfile-bit
# start all user requested instances
if [ -f "$PWD/.servers/serverlist.txt" ]; then
# convert line endings to unix
sed -i 's/\r$//' "$PWD/.servers/serverlist.txt"
cat "$PWD/.servers/serverlist.txt" | while read -r LINE; do
if [[ $LINE != "#"* ]]; then