Commit c4fff2f0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm removerepo: add missed assure for apt-repo

parent 1280dd98
...@@ -50,8 +50,7 @@ case $DISTRNAME in ...@@ -50,8 +50,7 @@ case $DISTRNAME in
;; ;;
*) *)
if tasknumber "$repo" >/dev/null ; then if tasknumber "$repo" >/dev/null ; then
#sudocmd apt-repo rm all tasks assure_exists apt-repo
#return
local tn local tn
for tn in $(tasknumber "$repo") ; do for tn in $(tasknumber "$repo") ; do
repoline="$(epm repolist | grep " repo/$tn/" | line)" #" repoline="$(epm repolist | grep " repo/$tn/" | line)" #"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment