Files
PTS-Team/menu/shield/drop.sh
MrDoobPG ad87fb4ad6 shield addon
shield moved
2020-01-15 19:09:12 +01:00

14 lines
418 B
Bash

#!/bin/bash
#
# Title: PGBlitz (Reference Title File)
# Author(s): Admin9705
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
touch /var/plexguide
if [[ $(docker ps | grep oauth) == "" ]]; then
echo null >/var/plexguide/auth.var
else
echo good >/var/plexguide/auth.var
fi