Files
Mqtt2ThingsBoard/linux-service/easy_uninstall.sh
2023-08-28 17:29:39 +02:00

19 lines
443 B
Bash

#!/bin/bash
cd /tmp
echo -e "\033[36m Mqtt2ThingBoardGateWay Service.\033[0m"
systemctl stop Mqtt2ThingBoardGateWay.service
### Uninstalling Mqtt2ThingBoardGateWay
echo -e "\033[36m Uninstalling Mqtt2ThingBoardGateWay.\033[0m"
rm -rf /opt/Mqtt2ThingBoardGateWay/
systemctl disable Mqtt2ThingBoardGateWay.service
rm /lib/systemd/system/Mqtt2ThingBoardGateWay.service
systemctl daemon-reload
echo -e "\033[32m Uninstall complete!\033[0m"