1
1

Update project/ remove warnings.

This commit is contained in:
Derek Smith 2023-09-14 22:35:59 -04:00
parent c02ed8e6f2
commit 75086610ca
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 1 additions and 15 deletions

@ -1 +1 @@
Subproject commit ba9e9e2d7ba64a68adbf58f5bffe584ee90e600a
Subproject commit 1fcf670920b7cc5cfdf08f7af55c033ab1431258

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.