You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just edited the configini.sh and re-built the container after adjusting it to the following:
#!/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
jakern
added a commit
to jakern/TC2-BBS-mesh
that referenced
this issue
Nov 30, 2024
I think this is the same RCA as #78
Somewhere along the line
config.ini
becameexample_config.ini
which broke https://github.com/TheCommsChannel/TC2-BBS-mesh/blob/main/docker/configini.sh#L3The text was updated successfully, but these errors were encountered: