check for oathtool

This commit is contained in:
ville rantanen
2019-01-09 12:42:48 +02:00
parent 90ef6170d6
commit 36cc2f3da5

View File

@@ -43,6 +43,10 @@ for (( i=1; i<=$#; i++ )); do
} }
done done
which oathtool &> /dev/null || {
echo Missing oathtool
exit 1
}
timeadjust=0 timeadjust=0
update_frequency=30 update_frequency=30