Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9bb2c4

Browse files
committed
unset XDG_HOME_CONFIG as gitea manages configuration locations
1 parent92a2900 commitc9bb2c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎cmd/main.go‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ func NewMainApp(appVer AppVersion) *cli.App {
165165
app.Commands=append(app.Commands,subCmdWithConfig...)
166166
app.Commands=append(app.Commands,subCmdStandalone...)
167167

168+
os.Unsetenv("XDG_CONFIG_HOME")// unset if set as HOME is managed by gitea
169+
168170
returnapp
169171
}
170172

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp