Commit Graph

11 Commits

Author SHA1 Message Date
Steffy Fort 23e03a1ee1
Fix: Remove egrep for grep -E (#680)
Co-authored-by: Steffy Fort <steffy.fort@cozycloud.cc>
2024-03-21 05:54:55 +08:00
Michael Brown 1f33e0ad55
FIX: Y/n prompt should treat "no value" as yes 2023-12-01 18:25:13 -05:00
Stefan Weil a5a9890fbe
Fix some typos (found by codespell) (#613)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2022-04-05 11:27:51 +02:00
Michael Brown 2cddc0a3e8 FIX: discourse/discourse changed from 'master' to 'main' 2021-10-01 17:33:23 -04:00
Spencer Imbleau 06aa4ddb76
FEATURE: Changed awk config command to be more cross platform (#513)
in Ubuntu 20.04 LTS, pre installed is mawk 1.3.4, which is called when you use awk. In this version, "--field-seperator" is not a valid option, leaving discourse-doctor with many errors.
Described in https://meta.discourse.org/t/discourse-doctor-parsing-smtp-credentials-not-working-admin-registration-email-not-working/174461, this commit aims to use -F as the accepted flag for field separation which is unambiguous across GNU AWK and Ubuntu MAWK.
2021-01-08 11:15:02 +11:00
Jay Pfaffman 6ffca0c203
FIX: discourse-doctor plugin check too loose (#478)
The non-official plugin check was looking only for `git`, which would match other things in the yml file (e.g., a digital ocean S3 bucket name).

`grep` for `'git clone'` should solve that problem.

Though I did test this edit on a running sitee, I made these edit in the web interface by hand rather than pushing a commit where I tested it. Please look twice to make sure that I didn't do something silly when making the edit here.
2020-08-05 08:47:30 +10:00
Justin DiRose b0c92bacdd
FEATURE: Give option to publish log file publicly (#459) 2020-03-11 13:55:10 -05:00
Joffrey JAFFEUX e9db29df96 spacing 2019-08-22 20:04:28 -03:00
Jay Pfaffman 2312f4cc3f FEATURE: discourse-doctor restart existing container if possible 2019-08-22 20:04:28 -03:00
Camille Roux 82b2979dec
Typo fix 2018-08-20 01:37:10 +02:00
Jay Pfaffman 24b887f2db FEATURE: Add the doctor (#396) 2018-07-12 17:05:48 +01:00