Skip to content

Commit

Permalink
Merge pull request #250 from FlowFuse/persistent-storage
Browse files Browse the repository at this point in the history
Set CWD to storage dir
  • Loading branch information
hardillb authored Jul 4, 2024
2 parents e666cd8 + 0d76fe9 commit a5ba57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class Launcher {
windowsHide: true,
env: appEnv,
stdio: ['ignore', 'pipe', 'pipe'],
cwd: path.join(this.settings.rootDir, this.settings.userDir)
cwd: path.join(this.settings.rootDir, this.settings.userDir, 'storage')
}

const processArguments = [
Expand Down

0 comments on commit a5ba57e

Please sign in to comment.