Update file run_onchange_after_61-plymouth-settings.tmpl

This commit is contained in:
Brian Zalewski 2023-02-01 22:34:01 +00:00
parent 4529cf0cee
commit 7d678f34fe

View file

@ -30,7 +30,7 @@ if [ -f /etc/plymouth/plymouthd.conf ]; then
if cat /etc/plymouth/plymouthd.conf | grep ShowDelay; then if cat /etc/plymouth/plymouthd.conf | grep ShowDelay; then
sudo sed -i 's/^ShowDelay=.*/ShowDelay=1/' /etc/plymouth/plymouthd.conf sudo sed -i 's/^ShowDelay=.*/ShowDelay=1/' /etc/plymouth/plymouthd.conf
else else
echo 'ShowDelay=1' | sudo tee -a /etc/plymouth/plymouthd.conf echo 'ShowDelay=1' | sudo tee -a /etc/plymouth/plymouthd.conf > /dev/null
fi fi
else else
logg warn '/etc/plymouth/plymouthd.conf does not exist!' logg warn '/etc/plymouth/plymouthd.conf does not exist!'