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"${BGGREEN}[OK] IP Address is fine and equals ${YOUR_IP}. This address is registered in .env file.";
24
-
else
25
-
echo"${BGYELLOW}[WARN] net-tools application is not installed. Unable to validate IP address. To verify the address please run 'sudo apt-get install net-tools'";
# if [ "$(command -v ifconfig)" = "/usr/sbin/ifconfig" ] && (ifconfig | grep -q "inet ${YOUR_IP}"); then
23
+
# echo "${BGGREEN}[OK] IP Address is fine and equals ${YOUR_IP}. This address is registered in .env file.";
24
+
# else
25
+
# echo "${BGYELLOW}[WARN] net-tools application is not installed. Unable to validate IP address. To verify the address please run 'sudo apt-get install net-tools'";
26
+
# fi
27
+
# elif grep -q -E "^LOCAL_HOST_IP=$" "${DOT_ENV}"; then
28
+
# echo "${BGYELLOW}[WARNING] IP Address is empty. xDebug for PHP may not work properly.";
29
+
# else
30
+
# echo "${BGRED}[FAIL] IP Address is wrong. Please check if your local address is really ${YOUR_IP}.";
31
+
# fi
32
32
33
33
# if grep -q -E "^MAGENTO_APP_SECRET=[a-zA-Z0-9]{32}$" "${DOT_ENV}"; then
34
34
# echo "${BGGREEN}[OK] Magento Secret key is correct.";
35
35
# else
36
36
# echo "${BGRED}[FAIL] Magento Secret key is wrong.";
0 commit comments