Mercurial Hosting > luan
view host/macos/removeStartupScripts.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 | fd3d56f39450 |
| children |
line wrap: on
line source
#!/bin/bash . startupScripts.sh; cd $localStartup; for file in *.plist; do sudo rm ${systemStarup}/${file}; sudo rm $file; done;
