u
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"main": "renew.js",
|
||||
"main": "renew.mjs",
|
||||
"scripts": {
|
||||
"begin": "npm install && npx playwright install-deps && npx playwright install chromium",
|
||||
"fire": "source renew-all.sh",
|
||||
|
||||
Reference in New Issue
Block a user