Committed by
Gerrit Code Review
Adding print line for clean in onos-setup-karaf
Change-Id: Ia581a090471a4ca49d79967cf08cbc17a5273cbf
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ function validateIp { | ... | @@ -24,7 +24,7 @@ function validateIp { |
24 | while [[ $# > 0 ]]; do | 24 | while [[ $# > 0 ]]; do |
25 | case $1 in | 25 | case $1 in |
26 | clean) | 26 | clean) |
27 | - # Clean the previous Karaf directory if requested and if it exists. | 27 | + echo "Removing existing karaf, apps, and config directories..." |
28 | CLEAN="true" | 28 | CLEAN="true" |
29 | [ -d $KARAF_ROOT ] && rm -fr $KARAF_ROOT $STAGE/apps $STAGE/config | 29 | [ -d $KARAF_ROOT ] && rm -fr $KARAF_ROOT $STAGE/apps $STAGE/config |
30 | ;; | 30 | ;; | ... | ... |
-
Please register or login to post a comment