Linux shell script "unable to access jarfile" – Debian
I have a jar file in the /root directory of a debian 11 VPS. I am having trouble creating a startup shell script. The contents of the script (/etc/init.d/runjar.sh) are as follows: #!/bin/sh echo "Running Jar" java -jar /root/bot.jar exit…