chiark / gitweb /
xterm-wrapper: Remove. xterm-title is more convenient and portable to other
[bin.git] / mount-keys
index 4e2d1d784032fe1a750e74cf01054dd12d49c597..5d3ae88682ccf7ef6d27e7250172cc796ced82c5 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/sh
+sudo /etc/init.d/cfsd start || sudo /etc/init.d/cfsd restart   # kludge
 grep -q '/mnt/usb ' /proc/mounts || sudo mount /mnt/usb
 sudo losetup /dev/loop0 /mnt/usb/cjwatson
 grep -q '/mnt/usb/keys ' /proc/mounts || sudo mount -t ext2 /dev/loop0 /mnt/usb/keys