From b731aa06dd7489613418d35f43766bf002644f6a Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 25 Oct 2022 02:33:48 +0100 Subject: [PATCH] state incomplete feature alert in restored-snapsnot route. This is to help me not forget to finish implementing this feature or understand what is happening if/when I forget to finish it whilst trying it out. --- src/web.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.lisp b/src/web.lisp index bdba758..f34938c 100644 --- a/src/web.lisp +++ b/src/web.lisp @@ -1784,7 +1784,7 @@ "success") (progn (utils:set-alert - "Snapshot restored restarting server. Please wait..." + "Snapshot restored restarting server. FEATURE NOT IMPLEMENTED YET..." "success") ;; TODO: WRITE SCRIPT TO RESTART SYSTEMD SERVICE. ;; utils:run-bash-command "Restart Systemd Service"