mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
pppsetup.cgi: Use new perl system functions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -962,7 +962,7 @@ sub updatesettings
|
||||
unlink("${General::swroot}/ppp/settings");
|
||||
link("${General::swroot}/ppp/settings-$pppsettings{'PROFILE'}",
|
||||
"${General::swroot}/ppp/settings");
|
||||
system ("/usr/bin/touch", "${General::swroot}/ppp/updatesettings");
|
||||
&General::system("/usr/bin/touch", "${General::swroot}/ppp/updatesettings");
|
||||
}
|
||||
|
||||
sub writesecrets
|
||||
|
||||
Reference in New Issue
Block a user