mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-10-01 01:15:36 -04:00
4 lines
106 B
Bash
4 lines
106 B
Bash
|
#!/bin/sh
|
||
|
if [ ! -f "/config/config.ini" ]; then
|
||
|
cp "/TC2-BBS-mesh/config.ini" "/config/config.ini"
|
||
|
fi
|