for creole's zephir2 branch
This commit is contained in:
8
upgrade/post_upgrade/99-unlock
Executable file
8
upgrade/post_upgrade/99-unlock
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user