From: Michael Tremer Date: Thu, 10 Jun 2021 13:46:29 +0000 (+0100) Subject: routing.cgi: Use new perl system functions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed863076029882a786f0c9608eb21e921146a22c;p=people%2Fstevee%2Fipfire-2.x.git routing.cgi: Use new perl system functions Signed-off-by: Michael Tremer --- 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'); }