ostip
ostip copied to clipboard
Results
6
ostip issues
Sort by
recently updated
recently updated
newest added
This supports the comment made in #12
Feeds tab shows "An unexpected error has occurred" when feeder/feed.json does not exist or is empty
1
Simple workaround: ``` cd /opt/ostip touch feeder/feed.json if [ -z `cat feeder/feed.json` ]; then echo "[]" > feeder/feed.json ; fi ```