view host/macos/startLuanhost.sh @ 2155:088d5f215d66 nginx_sites_addon

remove nginx_sites include https in nginx.conf.luan
author Violet7
date Tue, 27 Jan 2026 19:38:01 -0800
parents fd3d56f39450
children
line wrap: on
line source

#!/bin/bash

set -eu

cd "$1";

#can't determine if network is available at startup
sleep 60;

./start.sh "launchd";