rougail/upgrade/post_upgrade/99-unlock

9 lines
177 B
Bash
Executable File

#!/bin/bash
python -c 'from pyeole.lock import release; release("upgrade-auto", force=True, level="system")'
# Unlock instance
echo '2.4.2' >| /etc/eole/.upgrade-auto
exit 0