From 7b1dbe224ede7e96037a72ce95e10f407e1eeb25 Mon Sep 17 00:00:00 2001 From: luk Date: Thu, 27 Aug 2026 11:03:27 +0800 Subject: [PATCH] remove 'package-lock.json' from seafile-ignore.global.txt --- nixhome/seafile-ignore.global.txt | 2 -- unicloud/README.md | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nixhome/seafile-ignore.global.txt b/nixhome/seafile-ignore.global.txt index 3b56aff..3ac1096 100644 --- a/nixhome/seafile-ignore.global.txt +++ b/nixhome/seafile-ignore.global.txt @@ -55,8 +55,6 @@ _desktop.ini node_modules/ */node_modules/ -package-lock.json -*/package-lock.json pages4loader.json5 */pages4loader.json5 diff --git a/unicloud/README.md b/unicloud/README.md index 23e231b..7ec802f 100644 --- a/unicloud/README.md +++ b/unicloud/README.md @@ -20,7 +20,6 @@ Add to crontab to run automatically: # Renew DCloud uniCloud free-tier subscriptions. # Runs at 1:00 on the 26th of every month. # -# Install with: crontab /Users/Shared/product-产品/opx/sysconfig/unicloud/crontab.txt # (That replaces your whole crontab; use `crontab -e` to merge with existing entries.) -0 1 26 * * source renew_all.sh >> /tmp/dcloud-renew.log 2>&1 +0 1 26 * * source renew_all.sh >> renew.log 2>&1 ```