From f77c6f368a8a6c2c31e2f0ee12a8165d910b940d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 11 Mar 2019 17:32:27 +0800 Subject: [PATCH] Update index.py --- plugins/gogs/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index 10af26dba..9d1c18ec3 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -90,7 +90,7 @@ def getHomeDir(): "who | sed -n '2, 1p' |awk '{print $1}'")[0].strip() return '/Users/' + user else: - return '/root' + return '/home/gogs' def getRunUser():