remove explicit host address from sabnzbd
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
ADDR=`ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'`
|
sabnzbdplus -f $SABNZBD_CONFIG
|
||||||
sabnzbdplus -f $SABNZBD_CONFIG -s $ADDR
|
|
||||||
|
|||||||
Reference in New Issue
Block a user