From e7aaf497a09dfdbbbfed2bcec47e75bd915edf64 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 14 Apr 2023 11:12:28 +0200 Subject: [PATCH] interfaces: whoops --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 6124640c0..5c2d69ece 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -1277,7 +1277,7 @@ EOD; } /* appease netgraph by setting the correct node name */ - shell_exec('/usr/local/opnsense/scripts/interfaces/ppp-rename.sh %s %s %s', [$interface, $ifcfg['if'], $ppp['type']]); + shell_safe('/usr/local/opnsense/scripts/interfaces/ppp-rename.sh %s %s %s', [$interface, $ifcfg['if'], $ppp['type']]); } function interfaces_carp_setup()