Merge pull request #13336 from estheruary/master
Add note for Docker users running console
This commit is contained in:
commit
9134ef08ec
|
@ -68,6 +68,7 @@ try {
|
||||||
echo "Current user: " . $user['name'] . PHP_EOL;
|
echo "Current user: " . $user['name'] . PHP_EOL;
|
||||||
echo "Owner of config.php: " . $configUser['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 "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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue