aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/130-initcrypto1.sh
blob: dd1ba876b0cf0919685b163fc17fd3ef1e9c2b1b (plain)
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
: