#!/bin/sh
# created January 03, 2005 
# unmount encrypted file system on loop back device loop0
sync
umount /dev/loop0
/sbin/losetup -d /dev/loop0