mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-09 22:24:06 -08:00
7 lines
209 B
Bash
7 lines
209 B
Bash
#!/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 |