I've created a script to run the FTB server on Ubuntu Server 12.04 LTS however each time I try to run the script with an auto start up (Such as etc/init.d or etc/rc.local) I get the error "Unable to access jarfile ftbserver". However when I run the script locally like in it's home directory it starts up without a hitch!
Here's my script
#!/bin/sh
java -Xms1024M -Xmx2048M -jar ftbserver -o true
Here's my script
#!/bin/sh
java -Xms1024M -Xmx2048M -jar ftbserver -o true