浏览代码

Sync: 2026-04-16 06:48:08

Gabriel Capella 3 天之前
父节点
当前提交
b828ecb8dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      start

+ 1 - 0
start

@@ -408,6 +408,7 @@ sub_sync(){
                     rm -rf "$destination"
                 fi
 
+                mkdir -p "$(dirname "$destination")"
                 if ln -s "$source" "$destination"; then
                     log_info "Linked: $destination -> $source"
                 else