chore (maintenance): license info

This commit is contained in:
MickaelK 2025-08-28 12:21:05 +10:00
parent a90a9881b5
commit fa3cc86fed

View file

@ -47,7 +47,11 @@ func init() {
os.Exit(1) os.Exit(1)
return return
} }
LICENSE = lic.Name suffix := LICENSE
if suffix == "agpl" {
suffix = "base"
}
LICENSE = lic.Name + "::" + suffix
Log.Info("You are running Filestash \"%s\"", LICENSE) Log.Info("You are running Filestash \"%s\"", LICENSE)
}) })
} }