We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0983 commit dce8ef1Copy full SHA for dce8ef1
Containers/mastercontainer/start.sh
@@ -253,7 +253,7 @@ if [ "$?" = 6 ]; then
253
exit 1
254
fi
255
256
-# Check if unsupported env are set (but dont exit as it would break many instances)
+# Check if unsupported env are set (but don't exit as it would break many instances)
257
if [ -n "$APACHE_DISABLE_REWRITE_IP" ]; then
258
print_red "The environmental variable APACHE_DISABLE_REWRITE_IP has been set which is not supported by AIO. Please remove it!"
259
0 commit comments