From 11d49c2385bd92638b763ff77c8b4d3adb9cfe8d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 8 Jun 2015 14:44:50 +0200 Subject: [PATCH] firmware: desrever ordering --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 4458f6289..eb7bd1867 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -825,7 +825,7 @@ function system_webgui_start() } $pkg_config .= $pkg_line . PHP_EOL; } - file_put_contents($pkg_config, '/usr/local/etc/pkg/repos/OPNsense.conf'); + file_put_contents('/usr/local/etc/pkg/repos/OPNsense.conf', $pkg_config); } /* non-standard port? */