summaryrefslogtreecommitdiffstats
path: root/repoman/bin
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2013-05-28 12:40:17 +0000
committerramon <ramongomez@us.es>2013-05-28 12:40:17 +0000
commit8a64a902b09f0ba5e1f03daa74284268ee6b9b55 (patch)
tree2aa1d9d22fcb46792e90b7d4b06f902e6c478ed4 /repoman/bin
parente7058610dc6bca83648d67c060ab9bffa6db00ad (diff)
Corregida errata de formato en script {{{deleteimage}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3838 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman/bin')
-rwxr-xr-xrepoman/bin/deleteimage2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/deleteimage b/repoman/bin/deleteimage
index 3f060ed4..67a3e88c 100755
--- a/repoman/bin/deleteimage
+++ b/repoman/bin/deleteimage
@@ -28,7 +28,7 @@ EOT
exit 0
fi
# Procesar parĂ¡metros
-while getopts dr OPTION; do
+while getopts br OPTION; do
case $OPTION in
b) DELETEBACKUP=1 ;;
r) RECOVERBACKUP=1 ;;