diff options
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/deletepreimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/deletepreimage b/repoman/bin/deletepreimage index 076ae8e8..85883aea 100755 --- a/repoman/bin/deletepreimage +++ b/repoman/bin/deletepreimage @@ -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 |