summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index ceb2636f..533288d2 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -136,7 +136,7 @@ cleanup_all() {
# remove lvm volume
#
case $NAME in
- # *jessie_main-server) echo "Warning: not deleting lvm volume $LV"
+ # *debian-edu_jessie*_main-server) echo "Warning: not deleting lvm volume $LV"
# ;;
*) sudo lvremove -f $LV
;;