file rename
[automated-distro-installer] / wrt-init
index 0df2e12c37d1859b333dee7901e3e9adad631c98..c222a5c6e00576c9d58ce6797c88bd44767b6a6a 100755 (executable)
--- 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