Ver Fonte

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

Gabriel Capella há 3 dias atrás
pai
commit
b828ecb8dc
1 ficheiros alterados com 1 adições e 0 exclusões
  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