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():