From: Michael Tremer Date: Mon, 17 May 2021 18:20:06 +0000 (+0100) Subject: aliases.cgi: Use new system methods X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee2e1b8d843fc99508bba1bd2b6040b47a95a2e6;p=people%2Fstevee%2Fipfire-2.x.git aliases.cgi: Use new system methods Signed-off-by: Michael Tremer --- 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'); } #