diff options
Diffstat (limited to 'sogrep')
-rwxr-xr-x | sogrep | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ for arch in ${arches[@]}; do if [ -f ${db} ]; then mkdir -p ${tmp}/${repo}/${arch} bsdtar -xf ${db} -C ${tmp}/${repo}/${arch} - else - echo "${db} not found!" - exit 1 fi done |