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