Thank you for finding & reporting the bug in the PR. It's been fixed now.@Martinski
I made the changes from your #47 pull request in my installed scribe script and I think there may be a problem. I think syslog-ng expects the version to be 4.7, not 4.7.1, so it fails to start. If you correct the conf file to 4.7, scribe corrects it to 4.7.1 and there you go again.
If you disable the check, change the version to 4.7, syslog-ng starts.
EDIT: fixed
If you want to download the full script submitted with the PR (with all its latest fixes) so you don't have to edit your own installed version, here's the command:
Bash:
curl -LSs --retry 4 --retry-delay 5 --retry-connrefused \
https://raw.githubusercontent.com/cynicastic/scribe/fadcc527ec832d224dbc961023f6819b41b373a2/scribe \
-o /jffs/scripts/scribe && chmod a+x /jffs/scripts/scribe
If you want to save your currently installed version of the script before running the above command:
Bash:
cp -fp /jffs/scripts/scribe /jffs/scripts/scribe.OLDvers.SH
HTH