#!/bin/bash
cd /home/pi/taliman/doors/BBSList
./BBSList.linux.arm32 -D $1
Try,
./BBSList.linux.arm32 -D /home/pi/talisman/temp/$1/door.sys
for the last line.
Also, it seems your bash script has dos endings (why you're getting
^M at the end of the interpreter)
Try running dos2unix on the shell script.
dos2unix is a program that converts text files with dos line endings to unix line endings.
You may have to install it, so
apt install dos2unix
then
dos2unix bbslist.sh
should fix the shell script, you only need to run it once.
pi@raspberrypi:~/talisman/doors/bbslist $./bbslist.sh
./bbslist.sh: line 3: ./BBSList.linux.arm32: Permission denied
You may need to do
chmod +x BBSList.linux.arm32
I like to have a go at megichat but don't see any readme file
about it, or is it installed an other way.
apt install build-essential libssl-dev git
then to get magichat
git clone https://gitlab.com/apamment/magichat-ssl-door
cd magichat-ssl-door
./build.sh
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 66 |
Nodes: | 4 (0 / 4) |
Uptime: | 19:13:51 |
Calls: | 633 |
Calls today: | 7 |
Files: | 7,638 |
Messages: | 291,896 |