mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Add extra quotes
This commit is contained in:
parent
561c28bb6f
commit
e4e6774e2c
@ -311,8 +311,8 @@ define(function(require, exports, module) {
|
||||
else {
|
||||
proc.execFile("bash", {
|
||||
args: [
|
||||
"-c", "cp -a " + join(process.cwd(), "/*")
|
||||
+ " " + packagePath
|
||||
"-c", "cp -a \"" + join(process.cwd(), "/\"*")
|
||||
+ " \"" + packagePath + "\""
|
||||
]
|
||||
}, function(err){
|
||||
if (err) return callback(err);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user