You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
I've been meaning to capture this for ages but since I only occasionally reboot my unraid box, I hardly ever see the message.
Here's a screen grab of the message; http://i.imgur.com/1crYz.jpg
Offending piece of code;
plgdata=
cat /boot/config/plugins/sickbeard/sickbeard.cfg | grep PLG_DATACHECKif [[ $plgdata = "" ]]; then
break
else
sed "/$plgdata^/d" /boot/config/plugins/sickbeard/sickbeard.cfg >tmp
mv tmp /boot/config/plugins/sickbeard/sickbeard.cfg
fi