stop and disable services on uninstall

This commit is contained in:
fggp 2022-10-29 13:34:28 +02:00 committed by GitHub
parent f2f7c10dc5
commit 167cdd5076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,7 @@
#!/bin/bash #!/bin/bash
systemctl stop tisbackup_huey
systemctl stop tisbackup_gui
systemctl disable tisbackup_huey
systemctl disable tisbackup_gui
rm -rf /opt/tisbackup rm -rf /opt/tisbackup