From 91daf6ef6fb110f4c39f05c2fe4d928f283b4afe Mon Sep 17 00:00:00 2001 From: maggie0002 <64841595+maggie0002@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:10:26 +0200 Subject: [PATCH] Standardise spacing in shell files --- expressjs/src/usb/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expressjs/src/usb/entrypoint.sh b/expressjs/src/usb/entrypoint.sh index 8b33c4e7..e3d05dcf 100644 --- a/expressjs/src/usb/entrypoint.sh +++ b/expressjs/src/usb/entrypoint.sh @@ -3,7 +3,7 @@ tmp_mount='/tmp/_balena' mkdir -p "$tmp_mount" -# This script only works in privileged container +# This script only works in a privileged container if mount -t devtmpfs none "$tmp_mount" > /dev/null 2>&1; then PRIVILEGED=true umount "$tmp_mount"