installer: restart KS if it's running

This commit is contained in:
alfrix 2022-06-27 14:09:00 -03:00 committed by Alfredo Monclus
parent 3ed8142ab9
commit 92254942ef

View File

@ -160,6 +160,7 @@ update_x11()
start_KlipperScreen()
{
echo_text "Starting service..."
sudo systemctl stop KlipperScreen
sudo systemctl start KlipperScreen
}
if [ "$EUID" == 0 ]