Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geopsllc authored Sep 4, 2019
1 parent bfc3dfe commit a253b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ update () {

done

if [[ "$rstatus" = "online" && "$fstatus" = "online" && ! -z "$api" && ! -z "added" ]]; then
if [[ "$rstatus" = "online" && "$fstatus" = "online" && ! -z "$api" && ! -z "$added" ]]; then

curl -X POST http://127.0.0.1:5001/restart > /dev/null 2>&1

Expand Down

0 comments on commit a253b79

Please sign in to comment.