mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: use -f in prev
This commit is contained in:
parent
54f2ed4fa7
commit
ca5dd11447
@ -203,7 +203,7 @@ function webgui_generate_config($port, $cert, $key, $ca, $listeners)
|
||||
$key_location = '/var/etc/key.pem';
|
||||
|
||||
@mkdir('/tmp/lighttpdcompress');
|
||||
shell_safe('rm -r /tmp/lighttpdcompress/*');
|
||||
shell_safe('rm -rf /tmp/lighttpdcompress/*');
|
||||
|
||||
$http_rewrite_rules = <<<EOD
|
||||
# Phalcon ui and api routing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user