We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b8b40 commit edce827Copy full SHA for edce827
lib/commands/setup.js
@@ -111,7 +111,7 @@ class SetupCommand extends Command {
111
}
112
}];
113
114
- if (!argv.local && argv['setup-linux-user'] !== false && os.platform() === 'linux') {
+ if (!argv.local && argv['setup-linux-user'] !== false && os.platform() === 'linux' && argv.process !== 'local') {
115
initialStages.push({
116
title: 'Setting up "ghost" system user',
117
task: linux.bind(this)
0 commit comments