mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 1
This commit is contained in:
@@ -247,7 +247,7 @@ export class SshClient {
|
|||||||
script = script.split('\n');
|
script = script.split('\n');
|
||||||
}
|
}
|
||||||
script = script as Array<string>;
|
script = script as Array<string>;
|
||||||
script = script.join('&& ');
|
script = script.join(' && ');
|
||||||
} else {
|
} else {
|
||||||
if (_.isArray(script)) {
|
if (_.isArray(script)) {
|
||||||
script = script as Array<string>;
|
script = script as Array<string>;
|
||||||
|
|||||||
Reference in New Issue
Block a user