From ee2e1b8d843fc99508bba1bd2b6040b47a95a2e6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 17 May 2021 19:20:06 +0100 Subject: [PATCH] aliases.cgi: Use new system methods Signed-off-by: Michael Tremer --- html/cgi-bin/aliases.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/aliases.cgi b/html/cgi-bin/aliases.cgi index 4e61eb65e6..85ed272048 100644 --- a/html/cgi-bin/aliases.cgi +++ b/html/cgi-bin/aliases.cgi @@ -567,7 +567,7 @@ sub SortDataFile # sub BuildConfiguration { # Restart service associated with this - system '/usr/local/bin/setaliases'; + &General::system('/usr/local/bin/setaliases'); } # -- 2.39.5