Skip to content

Commit fc693b3

Browse files
committed
Silence adduser warning messages
1 parent c269b61 commit fc693b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rootfs-overlay/etc/rcS.d/S98setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
case "$1" in
44
start)
55
# If the user already exists this won't cause any problems
6-
adduser user --disabled-password
6+
adduser user --disabled-password 2>/dev/null
77

88
mkdir -p /shared
99
mount -t 9p -o trans=virtio,version=9p2000.L shared /shared

0 commit comments

Comments
 (0)