#!/bin/bash

. /etc/default/inithooks
if [ "$(echo $SUDOADMIN | tr [A-Z] [a-z] )" = "true" ]; then
    turnkey-sudoadmin on --disable-setpass
fi

