Force symlink creation

This commit is contained in:
Santiago Lo Coco 2022-02-08 02:17:09 -03:00
parent 5f4e536bfe
commit 3f123e8b4d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ linkFile() {
fi
fi
else
ln -s "$1" "$2"
ln -sf "$1" "$2"
fi
}