X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=intercept%2Fupdate-modules;h=ac5749caadb747547e5bcbe8c0b2634de2358835;hp=431bfcd6c24dce21a30cb75a2668e49ac73842e9;hb=980cfb2e931935a2bd34addccd073811ad1db8e7;hpb=8bf49d16a637cca0cd116450dfcabc4c941baf6c diff --git a/intercept/update-modules b/intercept/update-modules index 431bfcd..ac5749c 100644 --- a/intercept/update-modules +++ b/intercept/update-modules @@ -1,7 +1,7 @@ #!/bin/sh -if [ ! -f $IPKG_INTERCEPT_DIR/update-modules ]; then - echo "update-modules" > $IPKG_INTERCEPT_DIR/update-modules - chmod +x $IPKG_INTERCEPT_DIR/update-modules +if [ ! -f $OPKG_INTERCEPT_DIR/update-modules ]; then + echo "update-modules" > $OPKG_INTERCEPT_DIR/update-modules + chmod +x $OPKG_INTERCEPT_DIR/update-modules fi