diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-26 18:01:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-26 18:01:31 +0200 |
commit | c366f5c123a98982147b3eec32f643194b444118 (patch) | |
tree | e4a7e57f5099b3526bcf0995c08bb9432571fd16 | |
parent | de7295f8eebab7eab935122468bc1a2bd21aed9e (diff) | |
download | jenkins.debian.net-c366f5c123a98982147b3eec32f643194b444118.tar.xz |
update comment
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 ;; |