X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=wrt-init;fp=wrt-init;h=c222a5c6e00576c9d58ce6797c88bd44767b6a6a;hp=0df2e12c37d1859b333dee7901e3e9adad631c98;hb=0947190df0781e70eb1c5b6d98529a4caa96f095;hpb=1d15a0e7a8a4e854d52e266947c37ed61af63bcc diff --git a/wrt-init b/wrt-init index 0df2e12..c222a5c 100755 --- a/wrt-init +++ b/wrt-init @@ -14,9 +14,9 @@ if ! opkg list-installed|grep bash; then opkg install bash fi -if [ -f /root/err ]; then +if [ -f /root/bash-bear ]; then mkdir -p /usr/local/lib - mv /root/err /usr/local/lib + mv /root/bash-bear /usr/local/lib fi # this isnt used anymore