Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yonggekkk authored Jun 21, 2024
1 parent 484aae9 commit 8d2d551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,11 @@ fi
}

show_log() {
if [[ x"${release}" == x"alpine" ]]; then
yellow "暂不支持alpine查看日志"
else
journalctl -u x-ui.service -e --no-pager -f
fi
}

get_char(){
Expand Down

0 comments on commit 8d2d551

Please sign in to comment.