u
This commit is contained in:
parent
130545beeb
commit
3b51461da3
@ -24,7 +24,7 @@ type PreRace struct {
|
||||
|
||||
func main() {
|
||||
|
||||
file, err := os.OpenFile("racer.log", os.O_RDWR|os.O_CREATE|os.O_APPEND, 0777)
|
||||
file, err := os.OpenFile("/opt/RaceNotifier/racer.log", os.O_RDWR|os.O_CREATE|os.O_APPEND, 0777)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user