# HG changeset patch # User drewp@bigasterisk.com # Date 2023-05-19 20:59:07 # Node ID 891c380afcc111915cea9c9e1ed71d0ec8c4023e # Parent f239dedb025a1541ecd136b3a3499c55eef42d6c move py code under light9, add import test diff --git a/bin/homepage b/bin/homepage --- a/bin/homepage +++ b/bin/homepage @@ -4,7 +4,7 @@ CONF=/tmp/light9_nginx.conf ROOT=`dirname $0`/.. ROOT=${ROOT:a} -bin/homepageConfig > /tmp/light9_nginx_routes.conf && \ +bin/python light9/homepage/write_config.py /tmp/light9_nginx_routes.conf && \ cat > $CONF <