mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
Adding print line for clean in onos-setup-karaf
Change-Id: Ia581a090471a4ca49d79967cf08cbc17a5273cbf
This commit is contained in:
parent
ab34ecb622
commit
72e74bfd2a
@ -24,7 +24,7 @@ function validateIp {
|
|||||||
while [[ $# > 0 ]]; do
|
while [[ $# > 0 ]]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
clean)
|
clean)
|
||||||
# Clean the previous Karaf directory if requested and if it exists.
|
echo "Removing existing karaf, apps, and config directories..."
|
||||||
CLEAN="true"
|
CLEAN="true"
|
||||||
[ -d $KARAF_ROOT ] && rm -fr $KARAF_ROOT $STAGE/apps $STAGE/config
|
[ -d $KARAF_ROOT ] && rm -fr $KARAF_ROOT $STAGE/apps $STAGE/config
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user