1 2 3 4 5 6 7
#!/bin/sh [[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions if [ -f /etc/crypttab ]; then init_crypto 0 fi :