diff --git a/app/service/ConfigService.go b/app/service/ConfigService.go index 98973b3..9144ec2 100644 --- a/app/service/ConfigService.go +++ b/app/service/ConfigService.go @@ -372,7 +372,7 @@ func (this *ConfigService) Restore(createdTime string) (ok bool, msg string) { return false, path + " Is Not Exists" } - binPath += " --directoryperdb " + path + binPath += " " + path cmd := exec.Command("/bin/sh", "-c", binPath) Log(binPath);