diff options
Diffstat (limited to 'intercept/update-modules')
-rw-r--r-- | intercept/update-modules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |