Skip to content

Commit

Permalink
fix: accountFreeze: restore json results
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Jul 2, 2024
1 parent cccbdc0 commit b1396b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/plugin/restricted/accountFreeze
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ osh_info("\nTerminating sessions if any...");
push @command, $OVH::Bastion::BASEPATH . '/bin/helper/osh-accountKillSessions';
push @command, ('--account', $account);

osh_exit(OVH::Bastion::helper(cmd => \@command));
# don't check result for this, our behaviour doesn't depend on it
OVH::Bastion::helper(cmd => \@command);

osh_exit($fnret);

0 comments on commit b1396b2

Please sign in to comment.