Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Feb 25, 2019
1 parent d9a9d4e commit 445fb07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,10 @@ docstart () {
}

emergency() {

variable /var/plexguide/emergency.display "On"
if [[ $(ls /opt/appdata/plexguide/emergency) != "" ]]; then

# If not on, do not display emergency logs
variable /var/plexguide/emergency.display "On"
if [[ $(cat /var/plexguide/emergency.display) == "On" ]]; then

tee <<-EOF
Expand Down

0 comments on commit 445fb07

Please sign in to comment.