remove explicit host address from sabnzbd

This commit is contained in:
2016-06-04 19:02:29 +02:00
parent f99e34ea2b
commit 259014b771

View File

@@ -1,4 +1,3 @@
#!/bin/bash
set -e
ADDR=`ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'`
sabnzbdplus -f $SABNZBD_CONFIG -s $ADDR
sabnzbdplus -f $SABNZBD_CONFIG