summaryrefslogtreecommitdiffstats
path: root/modules.d/90mgalive/mgalive-quit-plymouth.sh
blob: 50fe95325722cbcedd8bb8d5dc854f91eed96e05 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ -x /bin/plymouth ] ; then
    /bin/plymouth --quit
    /bin/plymouth --wait
fi
return 0