file rename
authorIan Kelling <iank@fsf.org>
Wed, 27 Dec 2023 21:13:27 +0000 (16:13 -0500)
committerIan Kelling <iank@fsf.org>
Wed, 27 Dec 2023 21:13:27 +0000 (16:13 -0500)
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