mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-13 10:56:30 -04:00
Merge pull request #100 from jakern/patch-1
Rename example_config.ini for docker build
This commit is contained in:
commit
cd2c4c9cb5
@ -1,6 +1,6 @@
|
||||
#!/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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user