mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Simplify configuration #66
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
|
||||
var log = event.Log
|
||||
|
||||
// chilAlreadyRunning test if a .pid file at filePath is a running proccess.
|
||||
// childAlreadyRunning tests if a .pid file at filePath is a running proccess.
|
||||
// it returns the pid value and the running status (true or false).
|
||||
func childAlreadyRunning(filePath string) (pid int, running bool) {
|
||||
if !fs.FileExists(filePath) {
|
||||
|
||||
Reference in New Issue
Block a user