Remove redundant lines from ./restore script.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 27 Oct 2019 15:50:01 +0000 (15:50 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 27 Oct 2019 15:50:01 +0000 (15:50 +0000)
2019-lightning-talk/restore

index 620e30e..449a3f3 100755 (executable)
@@ -7,12 +7,6 @@ fi
 
 if [ "$talkdir" = "" ]; then exit 1; fi
 
-fusermount -u $talkdir/6200-vddk.d/mp >& /dev/null
-
-if [ -d "$talkdir/6400-boot.d/root" ]; then
-    sudo rm -rf $talkdir/6400-boot.d/root
-fi
-
-sleep 0.5; killall nbdkit >& /dev/null
+killall nbdkit >& /dev/null
 
 exit 0