Files
Tooloop-Packages/kiosk-browser/DEBIAN/postrm
T
2018-09-20 15:38:43 +02:00

9 lines
175 B
Bash
Executable File

#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
# Restart the settings server
systemctl restart tooloop-settings-server
# Exit cleanly
exit 0