Check IS_PFENABLED is left to be done

This commit is contained in:
Tristan PILAT 2019-03-22 17:36:01 +01:00
parent 94cbf9e589
commit ba43de597e
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@ if [ "$IS_REBOOTMAIL" = 1 ]; then
fi
fi
#if [ "$IS_PFENABLED" = 1 ]; then
# TODO
#fi
if [ "$IS_SOFTDEP" = 1 ]; then
grep -q "softdep" /etc/fstab || echo 'IS_SOFTDEP FAILED!'
fi