summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-26 18:01:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-26 18:01:31 +0200
commitc366f5c123a98982147b3eec32f643194b444118 (patch)
treee4a7e57f5099b3526bcf0995c08bb9432571fd16 /bin/g-i-installation.sh
parentde7295f8eebab7eab935122468bc1a2bd21aed9e (diff)
downloadjenkins.debian.net-c366f5c123a98982147b3eec32f643194b444118.tar.xz
update comment
Diffstat (limited to 'bin/g-i-installation.sh')
-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
;;