Skip to content

Commit

Permalink
fix settings for kumquat and token
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 14, 2014
1 parent b71e965 commit ff021fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/var/zoneinit/includes/50-kumquat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ KUMQUAT_VHOST_GID = ${WWW_GID}
KUMQUAT_USE_ZFS = ${USE_ZFS}
KUMQUAT_VHOST_DATASET = "${VHOST_DATASET}"
KUMQUAT_WEBSERVER_RELOAD = 'svcadm refresh apache'
CORE_MAIL_TOKEN = ${CORE_MAIL_TOKEN}
CORE_MAIL_TOKEN = "${CORE_MAIL_TOKEN}"
EOF

# Init django data and create admin user
Expand Down

0 comments on commit ff021fc

Please sign in to comment.