mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Missing target of chown
This commit is contained in:
parent
b56693beb3
commit
2b339a3344
@ -24,7 +24,7 @@ esac
|
||||
if [ ! -e /dev/xconsole ]
|
||||
then
|
||||
mknod -m 640 /dev/xconsole p
|
||||
chown root:adm
|
||||
chown root:adm /dev/xconsole
|
||||
[ -x /sbin/restorecon ] && /sbin/restorecon $XCONSOLE
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user