Compare commits

..

No commits in common. "e3c192359f4c41dd0d95eefd8cbe5f9ba7ff3727" and "c722135a5675dcb93118137214ad7b0e459ad051" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -113,10 +113,7 @@ func (c *Config) handleCliArgs() error {
flag.IntVar(&port, "port", port, "port") flag.IntVar(&port, "port", port, "port")
flag.Parse() flag.Parse()
if port != 0 { c.Port = fmt.Sprint(":", port)
c.Port = fmt.Sprint(":", port)
}
c.ConfigFile, err = mkFile(c.ConfigFile, 0600, 0700) c.ConfigFile, err = mkFile(c.ConfigFile, 0600, 0700)
if err != nil { if err != nil {
return fmt.Errorf("error setting up file: %v", err) return fmt.Errorf("error setting up file: %v", err)

View File

@ -38,7 +38,7 @@
© 2024 Jason Streifling. Alle Rechte vorbehalten. © 2024 Jason Streifling. Alle Rechte vorbehalten.
</p> </p>
<p> <p>
v0.10.3 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler v0.10.2 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
enthalten. enthalten.
</p> </p>
</footer> </footer>