mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Add cleanup command that removes orphaned thumbnails and index entries
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// StartCommand is used to register the start cli command
|
||||
// StartCommand registers the start cli command.
|
||||
var StartCommand = cli.Command{
|
||||
Name: "start",
|
||||
Aliases: []string{"up"},
|
||||
@@ -105,7 +105,7 @@ func startAction(ctx *cli.Context) error {
|
||||
}
|
||||
|
||||
if conf.ReadOnly() {
|
||||
log.Infof("read-only mode enabled")
|
||||
log.Infof("start: read-only mode enabled")
|
||||
}
|
||||
|
||||
// start web server
|
||||
|
||||
Reference in New Issue
Block a user