view backup/macos/startLuanBackup.sh @ 2061:dd10659fcdb9 acme-tiny tip

Renew ssl monthly instead of daily; Fix renewSsl.sh
author Violet7
date Thu, 13 Nov 2025 23:17:16 -0800
parents 45eaaf5146f3
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";