Files
PTS-Team/menu/interface/ending.sh
MrDoobPG 66aab8a2a4 1122
11221212
2019-08-23 16:47:19 +02:00

33 lines
1.2 KiB
Bash

#!/bin/bash
#
# Title: pts (Reference Title File)
# Author(s): Admin9705 - FlickerRate
# URL: https://pts.com - http://github.pts.com
# GNU: General Public License v3.0
################################################################################
source /opt/plexguide/menu/functions/install.sh
emergency
# PG ascii art with color
echo ""
<<-EOF
┌─────────────────────────────────────┐
│ -== Team PTS ==- │
│ ————————————————————————————————————│
│ Restart PTS: pts │
│ Update PTS: ptsupdate │
│ View the PG Blitz Logs: blitz │
│ Download Your PG Fork: pgfork │
│ ————————————————————————————————————│
│ Thanks For Being Part of the Team │
└─────────────────────────────────────┘
EOF
if [[ ! -e "/bin/pts" ]]; then
cp /opt/plexguide/menu/alias/templates/pts /bin
fi
chown 1000:1000 /bin/pts &>/dev/null &
chmod 0755 /bin/pts &>/dev/null &