ソースを参照

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