aae9f6f52a
SABnzbd has location-dependent code. A simple symlink in /usr/bin will cause it to look for its templates in /usr/bin, too.
3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/sh
|
|
cd /usr/share/sabnzbd/
|
|
./SABnzbd.py $*
|