Comment 3 for bug 1562237

Revision history for this message
Alexander Charykov (acharykov) wrote :

In post install section it fails in:
      BINARY_IS_UWSGI_ALTERNATIVE="$(\
        update-alternatives --list uwsgi 2>/dev/null \
        | grep -c '/uwsgi_python$' \
      )"

root@localhost:~# update-alternatives --list uwsgi
/usr/bin/uwsgi-core
/usr/bin/uwsgi_python27

Related bug in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818116