Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Jan 21, 2019
1 parent d9deeb4 commit 7bcec77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion emails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ echo "NOTE 1: Make sure you SHARE with the CORRECT TEAM DRIVE!"
echo "NOTE 2: Save Time & Copy & Paste the E-Mails Into the G-Drive Share!"
echo
cat /tmp/pgblitz.emails.list
echo "INFO - PGBlitz: Displayed to User the E-Mails" > /var/plexguide/pg.log && bash /opt/pgclone/log/log.sh
2 changes: 1 addition & 1 deletion functions/pgblitz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
function log()
{
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/pgclone/log/log.sh
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/plexguide/menu/log/log.sh
echo "[PGBlitz] $@"
}

Expand Down
2 changes: 1 addition & 1 deletion templates/oldupload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Logging Function
function log()
{
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/pgclone/log/log.sh
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/plexguide/menu/log/log.sh
echo "[PGBlitz] $@"
}

Expand Down
2 changes: 1 addition & 1 deletion templates/pgblitz-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Logging Function
function log()
{
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/pgclone/log/log.sh
echo "[PGBlitz] $@" > /var/plexguide/pg.log && bash /opt/plexguide/menu/log/log.sh
echo "[PGBlitz] $@"
}

Expand Down

0 comments on commit 7bcec77

Please sign in to comment.