Skip to content

Commit

Permalink
Update anon-service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4mind authored Jul 23, 2024
1 parent 8e26e98 commit 5763b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anon-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ read -r selected_view
echo "";
if [ $selected_view == 1 ]; then
if [[ -e "menu" ]] || [[ -e "$(cat $root/cpath)/temp/menu" ]]; then
xterm -T "Cached logs" -e "$root/notices.log"
xterm -T "Cached logs" -e "more $root/notices.log"
else
more $root/notices.log
exit 0
Expand All @@ -1557,7 +1557,7 @@ elif [ $selected_view == 2 ]; then
_cquit
fi
if [[ -e "menu" ]] || [[ -e "$(cat $root/cpath)/temp/menu" ]]; then
xterm -title "Tor log file" -e tail -f $root/notices.log &
xterm -T "Tor log file" -e tail -f $root/notices.log &
else
tail -f $root/notices.log
fi
Expand Down

0 comments on commit 5763b06

Please sign in to comment.