Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Feb 18, 2019
1 parent 06e626a commit f6360ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgshield/pgshield.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ case $typed in

# Sanity Check to Ensure Ports are closed
touch /var/plexguide/server.ports
efg=$(cat "/var/plexguide/server.ports")
ports=$(cat "/var/plexguide/server.ports")
if [ "$ports" != "127.0.0.1:" ]; then
echo
echo "SANITY CHECK: Ports are open, PGShield cannot be enabled until they are closed due to security risks!"
Expand Down

0 comments on commit f6360ea

Please sign in to comment.