Skip to content

Commit

Permalink
new: show press q to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Mar 3, 2023
1 parent 6a0959d commit d328504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case $CHOICE in
clear
echo -e "\033[0m"
if [[ $LOG != "" ]];then
less +G "log/system/$LOG"
less -P"Press q to exit" +G "log/system/$LOG"
fi
NEED_KEY=0
;;
Expand All @@ -71,7 +71,7 @@ case $CHOICE in
(cd hiddify-panel; python3 -m hiddifypanel admin-links)
;;
"status")
bash status.sh |less +G
bash status.sh |less -P"Press q to exit" +G
NEED_KEY=0
;;
*)
Expand Down

0 comments on commit d328504

Please sign in to comment.