@@ -12,7 +12,7 @@
];
mkSymlinkActivationScript = {target, source, isDir ? false}: ''
if [ ${if isDir then "-d" else "-f"} ${target} ]; then
if [ -e ${target} ]; then
rm${if isDir then " -rf" else ""} ${target}
fi
ln -s ${source} ${target}
The note is not visible to the blocked user.