Fixed extra escape character
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d2e0a23994
commit
ac3f61c96a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ if ((strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') || (!function_exists('posix_get
|
|||
echo "\e[95m--------------------------------------------------------\n";
|
||||
echo "STEP 1: Checking .env file: \n";
|
||||
echo "- Your .env is located at ".getcwd()."/.env \n";
|
||||
echo "--------------------------------------------------------\e[39m\\n\n";
|
||||
echo "--------------------------------------------------------\e[39m\n\n";
|
||||
|
||||
|
||||
// Check the .env looks ok
|
||||
|
|
Loading…
Add table
Reference in a new issue