1
1
Fork 1

Update project/ remove warnings.

This commit is contained in:
Derek Smith 2023-09-14 22:35:59 -04:00
parent aff55e953d
commit 3e726a578f
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 0 additions and 14 deletions

View File

@ -269,20 +269,6 @@ if [ -z "$PRIMARY_DOMAIN" ]; then
exit 1
fi
if [ -z "$WWW_SERVER_MAC_ADDRESS" ]; then
echo "WARNING: the WWW_SERVER_MAC_ADDRESS is not specified. Check your project.conf."
fi
if [ -z "$BTCPAY_SERVER_MAC_ADDRESS" ]; then
echo "WARNING: the BTCPAY_SERVER_MAC_ADDRESS is not specified. Check your project.conf."
fi
if [ -z "$LNPLAY_SERVER_MAC_ADDRESS" ]; then
echo "WARNING: the LNPLAY_SERVER_MAC_ADDRESS is not specified. Check your project.conf."
fi
source ./domain_list.sh
# let's provision our primary domain first.