fix sync script

This commit is contained in:
MaksTinyWorkshop
2026-03-08 18:05:47 +01:00
parent 2c4d0d9ba3
commit a2547f375c

View File

@@ -53,7 +53,6 @@ ensure_symlink() {
rm -f "$link_path"
fi
rm -f "$link_path"
ln -s "$target" "$link_path"
CHANGED=1
}