Commit e70264cc authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release_upgrade: don't install apt-conf-branch if apt-conf-branch-* is already installed

parent 86d91638
...@@ -171,7 +171,7 @@ get_fix_release_pkg() ...@@ -171,7 +171,7 @@ get_fix_release_pkg()
true true
#echo "apt-conf-$TO" #echo "apt-conf-$TO"
else else
echo "apt-conf-branch" epmqp apt-conf-branch >/dev/null 2>/dev/null || echo "apt-conf-branch"
fi fi
if [ "$FORCE" == "--force" ] ; then if [ "$FORCE" == "--force" ] ; then
......
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