Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Dec 15, 2024
1 parent a0565ab commit 470d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main(){
s=${s##*/}
s=${s%%.*}
if [[ $s == "wg-quick@warp" ]] && [[ $(hconfig "warp_mode") == "disable" ]]; then
continue
return
fi
if systemctl is-enabled $s >/dev/null 2>&1 ; then
status=$(get_pretty_service_status $s 2>&1)
Expand Down

0 comments on commit 470d922

Please sign in to comment.