Skip to content

Commit

Permalink
Merge pull request #327 from jumpsmm7/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jumpsmm7 authored Mar 20, 2022
2 parents 16d5ee6 + 6024ed6 commit 23a0585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen/manager
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ stop_monitor () {
SIGNAL="12"
;;
"$$")
if [ -n "$MON_PID" ]; then SIGNAL="10"; else { stop_AdGuardHome; }; fi
if [ -n "$MON_PID" ]; then SIGNAL="10"; else { stop_dnscrypt; }; fi
;;
esac
[ -n "$SIGNAL" ] && { kill -s "$SIGNAL" "$MON_PID" 2>/dev/null; };
Expand Down
2 changes: 1 addition & 1 deletion gen/manager.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a6804d892f604fa3d359f4d77559df0a
764f53bfab6e6b3ce2529c0a801ba354

0 comments on commit 23a0585

Please sign in to comment.