Skip to content

Commit

Permalink
Update file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 1, 2019
1 parent 032b888 commit f9104ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions menu/version/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ mainstart() {
if [ -e "$file" ]; then waitvar=1; fi
done

# pgnumber=$(cat /var/plexguide/pg.number)
pgnumber=$(cat /var/plexguide/pg.number)
# latest=$(cat /opt/pgstage/versions.sh | head -n1)
versions=$(cat /opt/pgstage/versions.sh)
dev=$(cat /opt/pgstage/versions.sh | sed -n 2p)
# dev=$(cat /opt/pgstage/versions.sh | sed -n 2p)
release="$(curl -s https://api.github.com/repos/MrDoobPG/PGBlitz.com/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')"

tee <<-EOF
Expand All @@ -29,7 +29,6 @@ mainstart() {
$versions
Installed : $pgnumber
[Z] Exit
Expand Down

0 comments on commit f9104ef

Please sign in to comment.