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