FlexitimeTracker/CardReaderService/uninstall.sh
chris.watts90@outlook.com 1395172142 created install and uninstall shell scripts - tested on ubuntu.
created dependencies text file to explain what is required.
created CardReaderService.conf file for supervisor configuration.
2018-05-30 13:39:44 +01:00

8 lines
271 B
Bash

echo "Stopping application...."
service supervisor stop
rm -f /etc/supervisor/conf.d/CardReaderService.conf
echo "Removing Application.."
rm -r -f /home/osboxes/CardReaderService
echo "Removing application dependencies.."
apt-get remove pcscd supervisor mono-complete -y