mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
Small bug fix in main.php
This commit is contained in:
parent
435a362765
commit
72252c561e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function myvesta_check_args ($requried_arguments, $arguments) {
|
|||
$argument_counter=count($argv);
|
||||
$argument_counter--;
|
||||
$argv[0]=str_replace('/usr/local/vesta/bin/', '', $argv[0]);
|
||||
$command=$argv[0];
|
||||
// myvesta_echo ( "-------------------- ".$argv[0]." --------------------\n");
|
||||
if ($argument_counter<$requried_arguments) {
|
||||
$arguments=str_replace(" ", "' '", $arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue