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 "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"