Browse Source

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

Gabriel Capella 3 ngày trước cách đây
mục cha
commit
b828ecb8dc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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