Compare commits
4 Commits
c722135a56
...
e3c192359f
Author | SHA1 | Date | |
---|---|---|---|
e3c192359f | |||
c777a77824 | |||
46532e4c85 | |||
c183043dac |
@ -113,7 +113,10 @@ func (c *Config) handleCliArgs() error {
|
||||
flag.IntVar(&port, "port", port, "port")
|
||||
flag.Parse()
|
||||
|
||||
if port != 0 {
|
||||
c.Port = fmt.Sprint(":", port)
|
||||
}
|
||||
|
||||
c.ConfigFile, err = mkFile(c.ConfigFile, 0600, 0700)
|
||||
if err != nil {
|
||||
return fmt.Errorf("error setting up file: %v", err)
|
||||
|
@ -38,7 +38,7 @@
|
||||
© 2024 Jason Streifling. Alle Rechte vorbehalten.
|
||||
</p>
|
||||
<p>
|
||||
v0.10.2 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
|
||||
v0.10.3 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
|
||||
enthalten.
|
||||
</p>
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user