aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/db.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db.sh b/src/db.sh
index bf19a81..a4a37a5 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -205,8 +205,8 @@ link_all_entries() {
if symlink_points_to_shared_file "$entry"; then
dump ' ... up-to-date'
else
- dump " ... not a symlink or doesn't point to the shared file"
- remove_entry "$entry"
+ dump " ... not a symlink or doesn't point to the shared file, adding a symlink"
+ is_dry_run || link_entry "$entry"
fi
else
dump ' ... adding a symlink'