aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f642906e..5f2e08f3 100644
--- a/main.go
+++ b/main.go
@@ -171,7 +171,7 @@ func main() {
if len(os.Args) != 6 {
usage()
}
- err := services.DropAllPrivileges()
+ err := services.DropAllPrivileges(false)
if err != nil {
fatal(err)
}