Merge pull request 'fix(plesk): use subscription --unsuspend for unsuspend action' (#19) from fix/plesk-unsuspend-command into master
Reviewed-on: http://gitea.lan:3000/robbond/pleskSaas/pulls/19
This commit was merged in pull request #19.
This commit is contained in:
@@ -289,7 +289,7 @@ export async function unsuspendPleskSubscription(
|
||||
subscriptionName: string,
|
||||
) {
|
||||
return pleskCliCall(connection, "subscription", [
|
||||
"--webspace-on",
|
||||
"--unsuspend",
|
||||
subscriptionName,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user