1375d2a [frontend] don't forget to commit in 'manage.py alter_chroot'

1 file Authored by praiskup 5 years ago, Committed by frostyx 5 years ago,
    [frontend] don't forget to commit in 'manage.py alter_chroot'
    
    This happened previously upon 'if action != "eol": continue'
    condition, where we forgot to session.commit() and thus automatic
    rollback happened.
    
    Fixes: #563