This commit is contained in:
luk
2026-08-18 23:55:52 +08:00
parent 6dc882417d
commit fb477c9e58
5 changed files with 78 additions and 5 deletions

View File

@@ -22,5 +22,5 @@ Add to crontab to run automatically:
#
# Install with: crontab /Users/Shared/product-产品/opx/sysconfig/dcloud-renew/crontab.txt
# (That replaces your whole crontab; use `crontab -e` to merge with existing entries.)
0 1 26 * * /Users/Shared/product-产品/opx/sysconfig/dcloud-renew/renew-all.sh >> /tmp/dcloud-renew.log 2>&1
0 1 26 * * source renew-all.sh >> /tmp/dcloud-renew.log 2>&1
```