Files
Tooloop-Packages/kiosk-browser/DEBIAN/postrm
T

9 lines
175 B
Bash
Raw Normal View History

2018-09-20 15:38:43 +02:00
#!/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