mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Fixed missing $
This commit is contained in:
parent
787a417f0f
commit
5d20b08ee8
@ -160,7 +160,7 @@ python $ADDON_DIR/bin/ini_tool --action=write \
|
||||
SABNZBD_IP="0.0.0.0"
|
||||
fi
|
||||
|
||||
if [ ! -f "SABNZBD_SETTINGS" ]; then
|
||||
if [ ! -f "$SABNZBD_SETTINGS" ]; then
|
||||
SABNZBD_FIRSTRUN="yes"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user