diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-02-25 13:39:42 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-05-19 18:15:30 +0200 |
commit | 43f789465526f288613d9325cf2be4078903267f (patch) | |
tree | b78a356477b3d675ba8b5ae57f955b8cfc8dad71 /admin/WebConsole/principal/aula.php | |
parent | 340bd127556cb6d23d44fc6f6043c33b01046ed1 (diff) |
#915 Add new case to command shell/run (web)
I tried to delete a cache image but the character "*" of the command
was missing so the command fails.
Command received:
"rm -r /opt/opengnsys/cache/opt/opengnsys/images/test."
Command expected:
"rm -r /opt/opengnsys/cache/opt/opengnsys/images/test.*"
This command adds a new case to the call shell/run. This new case is
needed because in the case of deleting a image from the cache the web
only has to delete the last character of the string instead of last two
characters.
Diffstat (limited to 'admin/WebConsole/principal/aula.php')
0 files changed, 0 insertions, 0 deletions