ZacharyDuBois / IP-Updater

An easy Bash script for making dynamic DNS using some simple tools.
MIT License
2 stars 0 forks source link

broken under busybox #1

Open nwgat opened 9 years ago

nwgat commented 9 years ago

cannot run it on my asuswrt router under busybox, it complains about missing bash,

test.sh: line 29: tput: not found test.sh: line 29: tput: not found test.sh: line 30: tput: not found test.sh: line 30: tput: not found test.sh: line 31: tput: not found test.sh: line 31: tput: not found test.sh: line 32: tput: not found test.sh: line 32: tput: not found test.sh: line 33: tput: not found test.sh: line 33: tput: not found test.sh: line 34: tput: not found test.sh: line 34: tput: not found test.sh: line 35: tput: not found test.sh: line 35: tput: not found [[: missing ]]

ZacharyDuBois commented 9 years ago

I will get to work on this for the next version.