From ed863076029882a786f0c9608eb21e921146a22c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 10 Jun 2021 14:46:29 +0100 Subject: [PATCH] routing.cgi: Use new perl system functions Signed-off-by: Michael Tremer --- html/cgi-bin/routing.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/routing.cgi b/html/cgi-bin/routing.cgi index d2d3bdd26b..e69dc425ab 100644 --- a/html/cgi-bin/routing.cgi +++ b/html/cgi-bin/routing.cgi @@ -474,5 +474,5 @@ sub SortDataFile # Build the configuration file # sub BuildConfiguration { - system '/usr/local/bin/rebuildroutes'; + &General::system('/usr/local/bin/rebuildroutes'); } -- 2.39.2