Skip to content

Commit

Permalink
Add note for Docker users running console
Browse files Browse the repository at this point in the history
Signed-off-by: Estelle Poulin <[email protected]>
  • Loading branch information
estheruary committed Jan 3, 2019
1 parent 6895230 commit b149c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function exceptionHandler($exception) {
echo "Current user: " . $user['name'] . PHP_EOL;
echo "Owner of config.php: " . $configUser['name'] . PHP_EOL;
echo "Try adding 'sudo -u " . $configUser['name'] . " ' to the beginning of the command (without the single quotes)" . PHP_EOL;
echo "If running with 'docker exec' try adding the option '-u " . $configUser['name'] . "' to the docker command (without the single quotes)" . PHP_EOL;
exit(1);
}

Expand Down

0 comments on commit b149c04

Please sign in to comment.