From 58d491b99ccc5a5b0cb3fc801c2428446cd59494 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 12 Jul 2022 15:31:20 +0200 Subject: [PATCH] system: once seems enough #5768 --- src/sbin/pluginctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/pluginctl b/src/sbin/pluginctl index ddd7a3651..8082c6579 100755 --- a/src/sbin/pluginctl +++ b/src/sbin/pluginctl @@ -63,7 +63,7 @@ function get_config_prop($path, $cnf = null) } } -$opts = getopt('cdghiirs', [], $optind); +$opts = getopt('cdghirs', [], $optind); $args = array_slice($argv, $optind); if (isset($opts['h'])) {