branches-version1.0

Integrando cambios en version 1.0
#462

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4245 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
Alberto Garcia Padilla 2014-04-22 10:35:45 +00:00
parent 4a51c8baee
commit fb1207d4be
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ for IMG in `ls /opt/opengnsys/images/*.delete`; do
## se llama al escript de borrado de imagen.
## Si es un Directorio Borramos
if [[ $DELETEdir == "delete" ]]; then
/opt/opengnsys/bin/deleteimage $DELETEIMAGE d
/opt/opengnsys/bin/deleteimage -d $DELETEIMAGE
# Si es un Imagen Backup Borramos
elif [[ $DELETEant == "ant" ]]; then