aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--modules/setting/setting.go6
-rw-r--r--templates/.VERSION2
3 files changed, 2 insertions, 8 deletions
diff --git a/gogs.go b/gogs.go
index 2a6fd3b5..43bc7a68 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.13.0318"
+const APP_VER = "0.9.13.0319"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
index 2fbc1f2c..92eb04de 100644
--- a/modules/setting/setting.go
+++ b/modules/setting/setting.go
@@ -361,12 +361,6 @@ func NewContext() {
} else if err = os.MkdirAll(SSH.KeyTestPath, 0644); err != nil {
log.Fatal(4, "Fail to create '%s': %v", SSH.KeyTestPath, err)
}
-
- if !filepath.IsAbs(SSH.KeygenPath) {
- if _, err := exec.LookPath(SSH.KeygenPath); err != nil {
- log.Fatal(4, "Fail to test '%s' command: %v (forgotten install?)", SSH.KeygenPath, err)
- }
- }
}
SSH.MinimumKeySizeCheck = sec.Key("MINIMUM_KEY_SIZE_CHECK").MustBool()
diff --git a/templates/.VERSION b/templates/.VERSION
index 8655bc2f..6a20966e 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.9.13.0318 \ No newline at end of file
+0.9.13.0319 \ No newline at end of file