From e7493b7bac6fef65cc9f7bb7fdc19c3791cfd81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Sun, 12 Sep 2021 18:23:08 -0500 Subject: [PATCH] [FIX] Correct filename for rejected modules --- install_odoo_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }