fix chromium session crash on update

This commit is contained in:
sascha.koenig 2025-11-11 13:40:21 +01:00
parent 93af889536
commit 2b4ec5434b

View File

@ -290,6 +290,7 @@
fi fi
echo "[$(${pkgs.coreutils}/bin/date)] Update completed successfully" echo "[$(${pkgs.coreutils}/bin/date)] Update completed successfully"
pkill -15 chromium
echo "Rebooting system..." echo "Rebooting system..."
${pkgs.systemd}/bin/systemctl reboot ${pkgs.systemd}/bin/systemctl reboot
''}"; ''}";