Skip to content

Commit

Permalink
Fix mount config
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed May 5, 2020
1 parent ec67863 commit 59bcad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/srv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ func main() {

fmt.Printf("MiSTer WebMenu %s\n", Version)
createCache()
// umountConfig()
// patchConfig()
umountConfig()
patchConfig()
go gameLauncher(msgs)

statikFS, err := fs.New()
Expand Down

0 comments on commit 59bcad9

Please sign in to comment.