UPdate Python version to 3.13
This commit is contained in:
parent
08953fc74c
commit
81bcab04a1
@ -14,10 +14,10 @@ if [ -f /usr/lib/python3.12/site-packages/webssh/handler.py ]; then
|
||||
echo "Alter WebSSH configuration to remove SSH key passphrase from error message..."
|
||||
if [[ $user != 'root' ]]; then
|
||||
sudo sed -i -e 's/or wrong passphrase "{}" for decrypting it/or wrong passphrase for decrypting it/g' \
|
||||
/usr/lib/python3.12/site-packages/webssh/handler.py
|
||||
/usr/lib/python3.13/site-packages/webssh/handler.py
|
||||
else
|
||||
sed -i -e 's/or wrong passphrase "{}" for decrypting it/or wrong passphrase for decrypting it/g' \
|
||||
/usr/lib/python3.12/site-packages/webssh/handler.py
|
||||
/usr/lib/python3.13/site-packages/webssh/handler.py
|
||||
fi
|
||||
else
|
||||
echo "WARNING: Could not find webssh directory! Could be due to major Python upgrade, or you not using PIP package."
|
||||
|
Loading…
x
Reference in New Issue
Block a user