MartineauUK/Unbound-Asuswrt-Merlin

Couple of typos - one breaking..

Closed this issue · 1 comments

export PATH=/sbin:/bin:/usr/sbin:/usr/bin$PATH

Hi, small typo that stops script finding unbound-control - should have ":" before the final $PATH.
ie: export PATH=/sbin:/bin:/usr/sbin:/usr/bin:$PATH

And also...

[ -n "UPDATE_SCRIPT_ALERT" ] && echo -e $UPDATE_SCRIPT_ALERT"\n" # v1.21

Missing variable $. Think it should probably be [ -n "$UPDATE_SCRIPT_ALERT" ]

Thanks for your work on this.

Thank you, in my haste I didn't review/add them.