Skip to content

Commit

Permalink
Standardise spacing in shell files
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Aug 17, 2022
1 parent 514ffd8 commit 91daf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expressjs/src/usb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91daf6e

Please sign in to comment.