From 4939cabe2b94768984b98c9aa4255b37e3380973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Thu, 7 Oct 2021 16:53:25 +0000 Subject: [PATCH] [DOC] Adds specific command to be run to apply patches --- install_odoo_code.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_odoo_code.sh b/install_odoo_code.sh index 524daf2..6a477c3 100755 --- a/install_odoo_code.sh +++ b/install_odoo_code.sh @@ -163,6 +163,6 @@ case $Modules in esac echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "Remember to review patches that may need to be applied" -echo " to code in $DEST" -echo " by the script apply_patches.sh" +echo " to code in ${DEST}" +echo " by the script apply_patches.sh -o ${Modules}" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"