Use shell.exec instead of shell.execSync
This commit is contained in:
@@ -36,7 +36,5 @@ function startGraphite(existingInfra, callback) {
|
||||
--label isCloudronManaged=true \
|
||||
--read-only -v /tmp -v /run "${tag}"`;
|
||||
|
||||
shell.execSync('startGraphite', cmd);
|
||||
|
||||
callback();
|
||||
shell.exec('startGraphite', cmd, callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user