mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
address review
Signed-off-by: Simon L <szaimen@e.mail.de> Co-authored-by: Zoey <zoey@z0ey.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
fed0f42fed
commit
378989ecb4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ elif mountpoint -q /etc/timezone; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 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)
|
||||||
if [ -n "$APACHE_DISABLE_REWRITE_IP" ]; then
|
if [ -n "$APACHE_DISABLE_REWRITE_IP" ]; then
|
||||||
print_red "The environmental variable APACHE_DISABLE_REWRITE_IP has been set which is not supported by AIO. Please remove it!"
|
print_red "The environmental variable APACHE_DISABLE_REWRITE_IP has been set which is not supported by AIO. Please remove it!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue