Don't automatically purge incs with bkctld remove (cp version)

This commit is contained in:
Victor LABORIE 2017-03-15 11:15:55 +01:00
parent da72a2e71b
commit 7493327b1b

2
bkctld
View file

@ -281,8 +281,8 @@ sub_remove() {
/sbin/btrfs subvolume delete ${JAILDIR}/${jail}
else
rm -f ${CONFDIR}/${jail}
rm -rf ${INCDIR}/${jail}
rm -rf ${JAILDIR}/${jail}
echo "You need to purge ${INCDIR}/${jail} manually !"
fi
echo "...OK"
}