diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-28 03:21:20 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-28 03:21:20 +0100 |
commit | b2227367a27ff179be3e274812df8addcfa47c45 (patch) | |
tree | ea1097704e11a460aca995fcc90074cb9e40b853 /bin | |
parent | 128a9f3c84e53f4d935ac78fbeb3c5a9e460a968 (diff) | |
download | jenkins.debian.net-b2227367a27ff179be3e274812df8addcfa47c45.tar.xz |
g-i: fix syntax error
Diffstat (limited to 'bin')
-rw-r--r-- | bin/g-i-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 493572de..5a1b59b9 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1101,6 +1101,7 @@ save_logs() { debian-edu_*minimal) sudo umount -l $SYSTEM_MNT/var || ( echo "Warning: cannot un-mount $SYSTEM_MNT/var" ; figlet "fail" ) sudo umount -l $SYSTEM_MNT/usr || ( echo "Warning: cannot un-mount $SYSTEM_MNT/usr" ; figlet "fail" ) + ;; debian-edu_*-server) sudo umount -l $SYSTEM_MNT/var/log || ( echo "Warning: cannot un-mount $SYSTEM_MNT/var/log" ; figlet "fail" ) sudo umount -l $SYSTEM_MNT/var || ( echo "Warning: cannot un-mount $SYSTEM_MNT/var" ; figlet "fail" ) |