diff host/update.sh @ 2122:ce75c0136e28

merge
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 07 Jan 2026 14:00:43 -0700
parents 059afc92310b
children
line wrap: on
line diff
--- a/host/update.sh	Thu Dec 11 13:17:11 2025 -0700
+++ b/host/update.sh	Wed Jan 07 14:00:43 2026 -0700
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 set -e
 
 ./stop.sh
@@ -7,22 +6,4 @@
 echo Updating hg
 hg pull -u
 
-../scripts/build-luan.sh
-
-mkdir -p local
-mkdir -p logs
-rm -f logs/*
-hg identify >logs/changeset.txt
-
-if [ ! -f local/tiny_account.key ]; then
-  echo "Register letsencrypt (tiny-acme)"
-  openssl genrsa 4096 > local/tiny_account.key
-fi
-
-cp startup/nginx/mime.types local/mime.types
-# id -gn gets the name of the primary group of the current user (staff)
-luan startup/nginx/nginx.conf.luan $(pwd) $(whoami) $(id -gn) >local/nginx.conf
-luan startup/nginx/nginx.default.conf.luan $(pwd) >local/nginx.default.conf
-
-echo Starting...
-./start.sh
+./update2.sh