This commit is contained in:
pvincent
2026-08-06 23:11:18 +04:00
parent e863bd0c6e
commit 20ca7e6b13
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -27,8 +27,6 @@ function link_etc {
if [[ "$(readlink "$destination/$filename")" != "$source/$filename" ]]; then
ln -sf "$source/$filename" "$destination"
echo "link $source/$filename updated"
else
echo "link $source/$filename already enabled!"
fi
else
if [[ -f "$destination/$filename" ]]; then