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 fed0f42 commit 378989eCopy full SHA for 378989e
Containers/mastercontainer/start.sh
@@ -268,7 +268,7 @@ elif mountpoint -q /etc/timezone; then
268
exit 1
269
fi
270
271
-# 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)
272
if [ -n "$APACHE_DISABLE_REWRITE_IP" ]; then
273
print_red "The environmental variable APACHE_DISABLE_REWRITE_IP has been set which is not supported by AIO. Please remove it!"
274
0 commit comments