Skip to content

Commit

Permalink
Make debug info more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
4O4 committed Sep 8, 2017
1 parent 18eef2e commit 278ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ install_with_sqlplus() {

show_errors_cmd="$(cat ${i} | grep -i -E 'create.*(package|package body|view|procedure).*[i|a]s' | perl -pe 's/create.*(package body|package|view|procedure).*?((["]?[a-z]{1,20}["]?\.)?["]?[a-zA-Z0-9_]{1,30}["]?).*[i|a]s/show errors \1 \2;/gi')"

echo ${show_errors_cmd}
printf "MIRACLE INFO: show_errors_cmd: ${show_errors_cmd}\n\n"

printf "${INSTALLATION_STARTED_FORMAT}" "Installing ${i}..."
result=$(sqlplus -s ${username}/${password} <<-EOF
Expand Down

0 comments on commit 278ec6a

Please sign in to comment.