diff options
| -rwxr-xr-x | install/ishtar-delete-instance | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/install/ishtar-delete-instance b/install/ishtar-delete-instance index b45e8a1fe..7bd233ff4 100755 --- a/install/ishtar-delete-instance +++ b/install/ishtar-delete-instance @@ -96,7 +96,9 @@ EOF          dropuser "$DB_NAME"  EOF -    echo $to_delete" have been completly removed" +    echo "" +    cecho g $to_delete" have been completly removed" +    echo ""  }  do_delete_instance | 
