check for oathtool
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user