You are here

protected function Provision_ShellCommand::success in Aegir Objects 7.3

2 calls to Provision_ShellCommand::success()
Provision_ShellCommand::execCommand in drush/Provision/ShellCommand.php
Run a command in a subprocess, and stream the output.
Provision_ShellCommand::runCommand in drush/Provision/ShellCommand.php
Run a command in a subshell, and post the output once complete.

File

drush/Provision/ShellCommand.php, line 50

Class

Provision_ShellCommand

Code

protected function success($message) {
  return $this
    ->log($message, 'success');
}