mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-21 10:18:35 +00:00
Fix issue #38
This commit is contained in:
parent
2a1e4477f5
commit
12507bfaed
1 changed files with 2 additions and 0 deletions
|
|
@ -204,6 +204,8 @@ function delete_juju(){
|
|||
die "Try to delete juju using root permissions"
|
||||
fi
|
||||
fi
|
||||
# the CA directories are read only and can be deleted only by changing the mod
|
||||
chmod -R +w ${JUJU_HOME}/etc/ca-certificates
|
||||
if rm -rf ${JUJU_HOME}/*
|
||||
then
|
||||
info "JuJu deleted in ${JUJU_HOME}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue