mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
allow for network checks to be skips in setup while testing using SKIP_NETWORK_CHECKS=1
This commit is contained in:
@@ -178,7 +178,9 @@ if [ "$PRIMARY_HOSTNAME" = "auto-easy" ]; then
|
||||
fi
|
||||
|
||||
# Run some network checks to make sure setup on this machine makes sense.
|
||||
. setup/network-checks.sh
|
||||
if [ -z "$SKIP_NETWORK_CHECKS" ]; then
|
||||
. setup/network-checks.sh
|
||||
fi
|
||||
|
||||
# Create the user named "user-data" and store all persistent user
|
||||
# data (mailboxes, etc.) in that user's home directory.
|
||||
|
||||
Reference in New Issue
Block a user