Commit f6fe7348 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5c8bbd25
...@@ -39,7 +39,7 @@ do{ ...@@ -39,7 +39,7 @@ do{
echo $Media->config($nameArr[1]); echo $Media->config($nameArr[1]);
break; break;
case "clean": case "clean":
echo $this->Console->getColoredString("Cache leeren ", "black", "light_gray") .PHP_EOL; echo $Console->getColoredString("Cache leeren ", "black", "light_gray") .PHP_EOL;
echo "Lösche alle Cache Dateien ... "; echo "Lösche alle Cache Dateien ... ";
shell_exec("rm ~/MediaDBPythonScripte/JsonCache/*"); shell_exec("rm ~/MediaDBPythonScripte/JsonCache/*");
shell_exec("rm ~/MediaDBPythonScripte/cache/*"); shell_exec("rm ~/MediaDBPythonScripte/cache/*");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment