Fix configtest to match fast and deep scan mode

This commit is contained in:
kota kanbe
2017-08-01 12:47:32 +09:00
parent 5f49e7da8e
commit 2887dc0d36
4 changed files with 28 additions and 15 deletions

View File

@@ -73,6 +73,7 @@ func (o *bsd) checkIfSudoNoPasswd() error {
}
func (o *bsd) checkDependencies() error {
o.log.Infof("Dependencies... No need")
return nil
}