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
The mailbox path changed a couple of versions ago in Pat Winlink. The new path is $HOME/.local/share/pat/mailbox
Look at the /var/www/html/movetopat file for this line. The second half of the line $HOME/.wl2k/mailbox/$MYCALL/out should be changed to $HOME/.local/share/pat/mailbox/$MYCALL/out
The text was updated successfully, but these errors were encountered:
There is also an issue with setting the $MYCALL variable in movetopat. This line should be changed to MYCALL=$(grep mycall $HOME/.config/pat/config.json | head -1 | sed 's/"mycall": "//;s/",//;s/ //g' | tr '[:lower:]' '[:upper:]')
One method to work around this would be to have the movetopat script to eval pat env and use the PAT_MYCALL & PAT_MAILBOX_PATH variables which would point to the correct values.
The mailbox path changed a couple of versions ago in Pat Winlink. The new path is $HOME/.local/share/pat/mailbox
Look at the /var/www/html/movetopat file for this line. The second half of the line
$HOME/.wl2k/mailbox/$MYCALL/out
should be changed to$HOME/.local/share/pat/mailbox/$MYCALL/out
The text was updated successfully, but these errors were encountered: