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-378ad31fedc9remotes/github/debian-pkg
parent
4a51c8baee
commit
fb1207d4be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue