Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Apr 27, 2019
1 parent 7a18457 commit afe4854
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions menu/interface/ending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ cat << "EOF"
EOF

if [[ ! -e "/bin/pgblitz" ]]; then
cp /opt/plexguide/menu/alias/templates/pgblitz /bin/ &>/dev/null &
chown 1000:1000 /bin/pgblitz
chmod 0755 /bin/pgblitz
cp /opt/plexguide/menu/alias/templates/pgblitz /bin
fi

chown 1000:1000 /bin/pgblitz &>/dev/null &
chmod 0755 /bin/pgblitz &>/dev/null &

0 comments on commit afe4854

Please sign in to comment.