Skip to content

Commit

Permalink
Fix an issue with logout
Browse files Browse the repository at this point in the history
  • Loading branch information
coditva committed Mar 8, 2017
1 parent 80c7317 commit 65c101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function update {
}

function log_out {
reply=$(wget -qO- --no-check-certificate --post-data="mode=193&username=$username&submit=Logout" $login_url)
reply=$(wget -qO- --no-check-certificate --post-data="mode=193&username=garbage" $login_url)
reply=$(extract_msg $reply)
send_msg "$reply"
exit
Expand Down

0 comments on commit 65c101b

Please sign in to comment.