after running setup.sh, and attempting to run the program i was greeted with no std output. Digging around the logs, found the issue. should be handled in setup.sh
it didn't make the directory /var/lib/multitor, so I made it, then it complained about a ownership problem.
to fix that I simply used chown $USER /var/lib/multitor
after running setup.sh, and attempting to run the program i was greeted with no std output. Digging around the logs, found the issue. should be handled in setup.sh
it didn't make the directory
/var/lib/multitor, so I made it, then it complained about a ownership problem.to fix that I simply used
chown $USER /var/lib/multitor