Script to mount and umount truecrypt volumes

Nils Kassube kassube at gmx.net
Wed Dec 5 12:12:21 UTC 2007


I wrote:
> OOzy Pal wrote:
> > elif ["$1"=='r']
>
> Make that:
>
> elif [ "$1" == "r" ]

Actually that should have been:

elif [ "$1" = "r" ]

Obviously I was too much thinking C instead of bash :)


Nils




More information about the ubuntu-users mailing list