mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-25 20:03:58 +00:00
Provide output status on the deletion of JuJu
This commit is contained in:
parent
53d8a8e72e
commit
c63c03eca7
1 changed files with 7 additions and 1 deletions
|
|
@ -145,7 +145,13 @@ function delete_juju(){
|
|||
exit 1
|
||||
fi
|
||||
fi
|
||||
rm -rf ${JUJU_HOME}/*
|
||||
if rm -rf ${JUJU_HOME}/*
|
||||
then
|
||||
info "JuJu delete in ${JUJU_HOME}"
|
||||
else
|
||||
error "Error: Cannot delete JuJU in ${JUJU_HOME}"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
function build_image_juju(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue