Skip to content

Commit

Permalink
Issue #68 - Now the zmbackup remove the storage if you want
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascbeyeler committed Mar 27, 2018
1 parent 28ada3a commit a9e6ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installScript/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function uninstall() {
echo -ne '#################### (100%)\r'
printf "Preserve Backup Storage?[n/Y]"
read OPT
if [[ $OPT != 'N' && $OPT != 'n' ]]; then
if [[ $OPT == 'N' && $OPT == 'n' ]]; then
echo "Removing backup storage..."
rm -rf $WORKDIR/*
fi
Expand Down

0 comments on commit a9e6ecb

Please sign in to comment.