mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
append to local-server.log, don't overwrite
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ function getLocalServerCmd() {
|
||||
let localServerPath = getLocalServerPath();
|
||||
let scHome = getPromptHomeDir();
|
||||
let logFile = path.join(scHome, "local-server.log");
|
||||
return `${localServerPath} > ${logFile} 2>&1`;
|
||||
return `${localServerPath} >> ${logFile} 2>&1`;
|
||||
}
|
||||
|
||||
function getLocalServerCwd() {
|
||||
|
||||
Reference in New Issue
Block a user