Skip to content

Commit

Permalink
uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 29, 2019
1 parent 3bb04f4 commit 8a208e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions menu/interface/uninstall/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
---
- name: 'Key Menu Facts'
set_fact:
head1: "\nPGBlitz UnInstaller Interface"
head1: "\nPTS UnInstaller Interface"
head2: "\nWARNING! Ensure to Backup any Data!"
info2: "\n2. I want to UnInstall PGBlitz!"
info2: "\n2. I want to UnInstall PTS!"
14 changes: 7 additions & 7 deletions menu/interface/uninstall/file.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
#
# Title: PGBlitz (Reference Title File)
# Title: PTS (Reference Title File)
# Author(s): Admin9705 - Deiteq - Sub7Seven
# URL: https://pgblitz.com - http:https://github.pgblitz.com
# URL: https://PTS.com - http:https://github.PTS.com
# GNU: General Public License v3.0
################################################################################
menu=$(cat /var/plexguide/final.choice)
Expand All @@ -12,7 +12,7 @@ if [ "$menu" == "2" ]; then

echo ""
echo "-----------------------------------------------------------"
echo "SYSTEM MESSAGE: WARNING! PGBlitz Uninstall Interface!"
echo "SYSTEM MESSAGE: WARNING! PTS Uninstall Interface!"
echo "-----------------------------------------------------------"
echo ""
sleep 3
Expand Down Expand Up @@ -52,15 +52,15 @@ if [ "$menu" == "2" ]; then

echo ""
echo "-----------------------------------------------------------"
echo "SYSTEM MESSAGE: Removing All PGBlitz Dependent Services"
echo "SYSTEM MESSAGE: Removing All PTS Dependent Services"
echo "-----------------------------------------------------------"
echo ""
sleep 2
ansible-playbook /opt/plexguide/menu/interface/uninstall/remove-service.yml

echo ""
echo "-----------------------------------------------------------"
echo "SYSTEM MESSAGE: Removing All PGBlitz File Directories"
echo "SYSTEM MESSAGE: Removing All PTS File Directories"
echo "-----------------------------------------------------------"
echo ""
sleep 2
Expand Down Expand Up @@ -95,13 +95,13 @@ if [ "$menu" == "2" ]; then

echo ""
echo "---------------------------------------------------"
echo "SYSTEM MESSAGE: Success! PG Uninstalled! Rebooting!"
echo "SYSTEM MESSAGE: Success! PTS Uninstalled! Rebooting!"
echo "---------------------------------------------------"
echo ""
sleep 3
echo ""
echo "----------------------------------------------------"
echo "SYSTEM MESSAGE: PGBlitz Will Never Die! GoodBye!"
echo "SYSTEM MESSAGE: PTS Will Never Die! GoodBye!"
echo "----------------------------------------------------"
echo ""
sleep 2
Expand Down

0 comments on commit 8a208e8

Please sign in to comment.