mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-02-03 09:40:00 -05:00
add fortunes.txt check for docker
This commit is contained in:
parent
df6b70a365
commit
55562502ab
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ ! -f "/config/config.ini" ]; then
|
||||
cp "/TC2-BBS-mesh/config.ini" "/config/config.ini"
|
||||
fi
|
||||
if [ ! -f "/config/fortunes.txt" ]; then
|
||||
cp "/TC2-BBS-mesh/fortunes.txt" "/config/fortunes.txt"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user