Skip to content

Commit 0f4e441

Browse files
authored
Make unprivileged run less noisy (#217)
This makes the permission denied messages from mount and unshare more visible. Signed-off-by: Evangelos Lamprou <vagos@lamprou.xyz>
1 parent bee03cb commit 0f4e441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

try

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ EOF
325325
pure_mountpoint=${mountpoint##*:}
326326
if [ -L "$pure_mountpoint" ]
327327
then
328-
rm "${SANDBOX_DIR}/temproot/${mountpoint}"
328+
rm "${SANDBOX_DIR}/temproot/${mountpoint}" 2>"$try_mount_log"
329329
fi
330330
done <"$DIRS_AND_MOUNTS"
331331

0 commit comments

Comments
 (0)