Skip to content

Commit a569392

Browse files
committed
Create empty string
1 parent bbb3f87 commit a569392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/app/System/HestiaApp.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public function run(string $cmd, $args, &$cmd_result=null): bool
2323
throw new \Exception($errstr);
2424
}
2525
$cli_script = '/usr/bin/sudo ' . escapeshellarg($cli_script);
26-
26+
27+
$cli_arguments = '';
2728
if (!empty($args) && is_array($args)) {
2829
foreach ($args as $arg) {
2930
$cli_arguments .= escapeshellarg((string)$arg) . ' ';

0 commit comments

Comments
 (0)