if [ "/dev/shm" = "$MTPT" ]
then
echo Trying to create missing /dev/shm
mkdir /dev/shm
elif [ "/dev/pts" = "$MTPT" ]
then
echo Trying to create missing /dev/shm
mkdir /dev/pts
else
return
fi-- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
