You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Console has to be executed with the user that owns the file config/config.php" . PHP_EOL;
71
-
echo"Current user: " . $user['name'] . PHP_EOL;
72
-
echo"Owner of config.php: " . $configUser['name'] . PHP_EOL;
73
-
echo"Try adding 'sudo -u " . $configUser['name'] . "' to the beginning of the command (without the single quotes)" . PHP_EOL;
74
-
echo"If running with 'docker exec' try adding the option '-u " . $configUser['name'] . "' to the docker command (without the single quotes)" . PHP_EOL;
71
+
echo"Current user id: " . $user . PHP_EOL;
72
+
echo"Owner id of config.php: " . $configUser . PHP_EOL;
73
+
echo"Try adding 'sudo -u #" . $configUser . "' to the beginning of the command (without the single quotes)" . PHP_EOL;
74
+
echo"If running with 'docker exec' try adding the option '-u " . $configUser . "' to the docker command (without the single quotes)" . PHP_EOL;
0 commit comments