We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to get this to work on my raspberry pi, I had to change the CLI screen command in dw-start.sh:
from: $SCREEN -d -m -S direwolf $DWCMD >> $LOGFILE to $SCREEN -d -m -S direwolf bash -c "$DWCMD >> $LOGFILE"
$SCREEN -d -m -S direwolf $DWCMD >> $LOGFILE
$SCREEN -d -m -S direwolf bash -c "$DWCMD >> $LOGFILE"
Some info on my system, if that is helpful: Linux APRS-BOX1 4.9.57+ #1045 Fri Oct 20 11:38:56 BST 2017 armv6l
thank you
The text was updated successfully, but these errors were encountered:
It does works! on my rpi, stretch lite, CLI mode. Thanks!
Sorry, something went wrong.
No activity here for 4 years. A lot has changed since then. Is there any reason to keep it open?
No branches or pull requests
to get this to work on my raspberry pi, I had to change the CLI screen command in dw-start.sh:
from:
$SCREEN -d -m -S direwolf $DWCMD >> $LOGFILE
to
$SCREEN -d -m -S direwolf bash -c "$DWCMD >> $LOGFILE"
Some info on my system, if that is helpful:
Linux APRS-BOX1 4.9.57+ #1045 Fri Oct 20 11:38:56 BST 2017 armv6l
thank you
The text was updated successfully, but these errors were encountered: