diff --git a/src/opnsense/mvc/app/library/OPNsense/Core/Shell.php b/src/opnsense/mvc/app/library/OPNsense/Core/Shell.php index 618e535a0..00db3bd03 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Core/Shell.php +++ b/src/opnsense/mvc/app/library/OPNsense/Core/Shell.php @@ -73,7 +73,7 @@ class Shell { if (!is_array($command)) { $command = array($command); - } + } foreach ($command as $comm) { $this->execSingle($comm, $mute, $output); diff --git a/src/opnsense/service/modules/__init__.py b/src/opnsense/service/modules/__init__.py index b8dcfabd1..ed5f63dde 100644 --- a/src/opnsense/service/modules/__init__.py +++ b/src/opnsense/service/modules/__init__.py @@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs): instances[cls] = cls(*args, **kwargs) return instances[cls] return getinstance - diff --git a/src/opnsense/www/js/opnsense_bootgrid_plugin.js b/src/opnsense/www/js/opnsense_bootgrid_plugin.js index 1cf72839a..7d51f6b10 100644 --- a/src/opnsense/www/js/opnsense_bootgrid_plugin.js +++ b/src/opnsense/www/js/opnsense_bootgrid_plugin.js @@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) { } })); }; -