X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=wrt-init;fp=wrt-init;h=d6e9817da2a08cfb52f3a87d108de047cb787fc7;hp=ebfac9c276f1eeaba95551fda2039ee210ce6987;hb=ceeb4e46d3bb326d01fcc7ed98d94ab0b580eda3;hpb=79cd04733bf570db299ef09195c498a63f3f3fd5 diff --git a/wrt-init b/wrt-init index ebfac9c..d6e9817 100755 --- a/wrt-init +++ b/wrt-init @@ -13,6 +13,13 @@ if ! opkg list-installed|grep bash; then opkg update opkg install bash fi + +if [ -f /root/err ]; then + mkdir -p /usr/local/lib + mv /root/err /usr/local/lib +fi + +# this isnt used anymore export HOME_DOMAIN=$1 shift wrt-setup-local "$@"