update 2026-08-19 16:30:12

This commit is contained in:
action
2026-08-19 16:30:12 +08:00
parent 98910716ab
commit ef8926d781
9 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -556,7 +556,7 @@ case $action in
;;
"link_meta")
[[ -d "$META_DIR/meta" ]] || mkdir -p "$META_DIR/meta"
ln -sf "$META_DIR" /tmp/run/istore-meta
[ -e /tmp/run/istore-meta ] || ln -sf "$META_DIR" /tmp/run/istore-meta
;;
*)
usage