Update file run_onchange_after_61-plymouth-settings.tmpl
This commit is contained in:
parent
4529cf0cee
commit
7d678f34fe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ -f /etc/plymouth/plymouthd.conf ]; then
|
|||
if cat /etc/plymouth/plymouthd.conf | grep ShowDelay; then
|
||||
sudo sed -i 's/^ShowDelay=.*/ShowDelay=1/' /etc/plymouth/plymouthd.conf
|
||||
else
|
||||
echo 'ShowDelay=1' | sudo tee -a /etc/plymouth/plymouthd.conf
|
||||
echo 'ShowDelay=1' | sudo tee -a /etc/plymouth/plymouthd.conf > /dev/null
|
||||
fi
|
||||
else
|
||||
logg warn '/etc/plymouth/plymouthd.conf does not exist!'
|
||||
|
|
Loading…
Reference in a new issue