Fix 'configure' request for custom stores (#21)

This commit is contained in:
Maxim Baz
2019-03-11 13:58:56 +01:00
committed by GitHub
parent d52ced2580
commit 870b378d8c
5 changed files with 30 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ func main() {
os.Exit(0)
}
openbsd.Pledge("stdio rpath proc exec")
openbsd.Pledge("stdio rpath proc exec getpw")
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})
if isVerbose {