Rename example_config.ini for docker build

resolves #80
This commit is contained in:
Jacob Kern 2024-11-30 18:32:48 -05:00 committed by GitHub
parent 141eb05156
commit ab228e97f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/bin/sh
if [ ! -f "/config/config.ini" ]; then
cp "/TC2-BBS-mesh/config.ini" "/config/config.ini"
cp "/TC2-BBS-mesh/example_config.ini" "/config/config.ini"
fi
if [ ! -f "/config/fortunes.txt" ]; then
cp "/TC2-BBS-mesh/fortunes.txt" "/config/fortunes.txt"
fi
fi