Subj : exec/init-fidonet.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Thu Oct 24 2024 12:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/cd75c5fe3fc2f38c4d07cf3e Modified Files: exec/init-fidonet.js Log Message: Pass the ctrl directory on the SCFG command-line Fixes issue were jsexec was used to invoke this script and a ctrl dir (different than the contents of the SBBSCTRL env var) was passed on the command-line (i.e. testing purpose). Use the correct ctrl directory. Create the data/text directory if it doesn't already exist. This dir is normally created whenever SBBS is run, so it should normally already exist, but if someone runs this script via jsexec before (ever) running sbbs, then it's possible the data/text directory does not yet exist. .