Skip to content

Commit 359d774

Browse files
Messed up the storage path...
1 parent 9cc60c6 commit 359d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfw/rocknix/rocknix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func GetBasePath() string {
1818
if basePath := os.Getenv("BASE_PATH"); basePath != "" {
1919
return basePath
2020
}
21-
return "/games-external"
21+
return "/storage/games-external"
2222
}
2323

2424
func GetRomDirectory() string {

0 commit comments

Comments
 (0)