diff --git a/install_odoo_code.sh b/install_odoo_code.sh index 7b7b8ed..bf6f971 100755 --- a/install_odoo_code.sh +++ b/install_odoo_code.sh @@ -86,8 +86,7 @@ cp_special () echo "(selected modules)" echo " …from $SRC to $DEST" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" - rsync $OPTIONS --exclude-from=rejected_vendor_modules.txt \ - $SRC $DEST + rsync $OPTIONS $SRC $DEST } cp_custom ()