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