> ./progs/open-unlink $MOUNTPOINT/a > unmount_union >-( afterfiles_ro ) | check_hierarchy $LOWER_DIR >+if [ "$2" == "rw" ] >+then >+ ( afterfiles_rw ) | check_hierarchy $LOWER_DIR || : >+else >+ ( afterfiles_ro ) | check_hierarchy $LOWER_DIR >+fi
The ( ) around afterfiles is not needed; Jan Engelhardt -- | Alphagate Systems, http://alphagate.hopto.org/ | jengelh's site, http://jengelh.hopto.org/ _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
