From c6065dbd95ea5304fec559974515ad03eda376ee Mon Sep 17 00:00:00 2001 From: Xaekai Date: Sun, 14 May 2017 04:10:18 -0700 Subject: [PATCH] Add tab completion entry for reloading cert --- servcmd.sh.js | 1 + 1 file changed, 1 insertion(+) diff --git a/servcmd.sh.js b/servcmd.sh.js index bb493368..37a7cd60 100755 --- a/servcmd.sh.js +++ b/servcmd.sh.js @@ -14,6 +14,7 @@ const COMPLETIONS = [ "/gc", "/globalban", "/reload", + "/reloadcert", "/reload-partitions", "/switch", "/unglobalban",