mute rm err on ro fs

pull/40/head
TomasM 2017-11-02 16:48:08 -04:00
parent b489ee9622
commit 389c34e7e4
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ deactivate()
# remove the .sb file, but keep it if deactivate was issued on full sb real path
if [ "$(realpath "$1")" != "$(realpath "$LOOPFILE")" ]; then
rm -f "$LOOPFILE"
rm -f "$LOOPFILE" 2>/dev/null
fi
echo "Slax Bundle deactivated: $SB"