mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-01-12 05:17:30 -08:00
ab228e97f0
resolves #80
8 lines
218 B
Bash
8 lines
218 B
Bash
#!/bin/sh
|
|
if [ ! -f "/config/config.ini" ]; then
|
|
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
|