9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
|
#!/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
|