From d18f1c83e7ce18e70b58061e7fa8669de853b6c8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 14 Mar 2021 00:09:18 +1100 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 2d83cc6..15b20f2 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -35,4 +35,4 @@ UPDATE accounts SET privilege = 'administrator' WHERE username = 'admin'; Then just keep typing "exit" to exit the program. This assumes that you want to restore privileges to the "admin" account - you can of course grant it to whoever you need to. -The auth-server should start normally now. \ No newline at end of file +The auth-server should start normally now (during a normal startup process). \ No newline at end of file