Skip to content

Commit

Permalink
update start + endings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent c513396 commit 7ffd582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions menu/functions/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ downloadpg() {
rm -rf /opt/plexguide
git clone https://github.com/MrDoobPG/PGBlitz.com.git /opt/plexguide && cp /opt/plexguide/menu/interface/alias/templates/pts /bin/
cp /opt/plexguide/menu/interface/alias/templates/pts /bin/pts
chown -cR 1000:1000 /opt/plexguide/ 1>/dev/null 2>&1
chown -cR 1000:1000 /opt/plexguide 1>/dev/null 2>&1
chmod -R 775 /opt/plexguide 1>/dev/null 2>&1
}

Expand Down Expand Up @@ -58,7 +58,7 @@ EOF
fi
}
owned() {
chown -cR 1000:1000 /opt/plexguide/ 1>/dev/null 2>&1
chown -cR 1000:1000 /opt/plexguide 1>/dev/null 2>&1
chmod -R 775 /opt/plexguide 1>/dev/null 2>&1
}
exitcheck() {
Expand Down
2 changes: 1 addition & 1 deletion menu/interface/ending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source /opt/plexguide/menu/functions/install.sh
emergency

# PG ascii art with color
echo ""
echo
<<-EOF
┌─────────────────────────────────────┐
│ -== Team PTS ==- │
Expand Down

0 comments on commit 7ffd582

Please sign in to comment.