We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b249d commit 0121983Copy full SHA for 0121983
plugins.d/Lets_Encrypt/dehydrated-wrapper
@@ -142,8 +142,7 @@ clean_finish() {
142
if [ "$(check_80)" = "python" ]; then
143
warning "Python is still listening on port 80"
144
info "attempting to kill add-water server"
145
- [ -f "$HTTP_PID" ] && kill -9 $(cat $HTTP_PID)
146
- rm -f $HTTP_PID
+ systemctl stop add-water
147
fi
148
[ "$AUTHBIND_USR" = "$HTTP_USR" ] || chown $AUTHBIND_USR $AUTHBIND80
149
if [ $EXIT_CODE -ne 0 ]; then
0 commit comments