From 8ab5399e830c425e611e5b24ef2edefefa587455 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Fri, 12 Feb 2016 10:10:02 -0500 Subject: Make log path required --- modules/auth/user_form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 0e863ec9..57451d9e 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,7 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` - LogRootPath string + LogRootPath string `binding:"Required"` SMTPHost string SMTPFrom string -- cgit v1.2.3