diff --git a/bin/opsi-administration.sh b/bin/opsi-administration.sh index 1351ad1..6faa748 100755 --- a/bin/opsi-administration.sh +++ b/bin/opsi-administration.sh @@ -42,7 +42,7 @@ DEFINE_boolean 'delete' true 'delete old versions of the package' 'd' FLAGS_HELP="USAGE: ${ARGV0} [flags]" -if [ `which 7z` ] || exit +#if [ `which 7z` ] || exit show() { @@ -72,7 +72,7 @@ show() . ${show_dir}/${show_name}-${release_file_list}.cfg echo $REV_PN-$REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE >> $show_list done - boxes -d shell $show_list + boxes -d shell $show_list rm -f ${show_list} rm -f ${file_list} @@ -137,3 +137,4 @@ FLAGS "$@" || exit $? [ ${FLAGS_help} -eq ${FALSE} ] || exit eval set -- "${FLAGS_ARGV}" main "$@" +