rougail/upgrade/post_upgrade/99-unlock
2019-11-23 08:17:35 +01:00

8 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