Update project head.
This commit is contained in:
parent
9ffeb57981
commit
c02ed8e6f2
@ -1 +1 @@
|
||||
Subproject commit ce9cce66eef3364063f98515d76cfc9cdecc5700
|
||||
Subproject commit ba9e9e2d7ba64a68adbf58f5bffe584ee90e600a
|
@ -27,11 +27,9 @@ source "$PROJECT_DEFINITION_PATH"
|
||||
|
||||
export PRIMARY_SITE_DEFINITION_PATH="$SITES_PATH/$PRIMARY_DOMAIN/site.conf"
|
||||
|
||||
if [ -n "$WWW_SERVER_MAC_ADDRESS" ]; then
|
||||
if [ ! -f "$PRIMARY_SITE_DEFINITION_PATH" ]; then
|
||||
echo "ERROR: the site definition does not exist."
|
||||
exit 1
|
||||
fi
|
||||
if [ ! -f "$PRIMARY_SITE_DEFINITION_PATH" ]; then
|
||||
echo "ERROR: the site definition does not exist."
|
||||
exit 1
|
||||
fi
|
||||
if [ -z "$PRIMARY_DOMAIN" ]; then
|
||||
echo "ERROR: The PRIMARY_DOMAIN is not specified. Check your remote definition at '$PRIMARY_SITE_DEFINITION_PATH'."
|
||||
|
Loading…
Reference in New Issue
Block a user