Force symlink creation
This commit is contained in:
parent
5f4e536bfe
commit
3f123e8b4d
|
@ -41,7 +41,7 @@ linkFile() {
|
|||
fi
|
||||
fi
|
||||
else
|
||||
ln -s "$1" "$2"
|
||||
ln -sf "$1" "$2"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue