mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-19 16:15:13 +00:00
Quickfix: Backup cert for ssl
Quickfix due Breaking Update
This commit is contained in:
parent
c9dec5e3cd
commit
9f0945394f
@ -57,6 +57,11 @@ function update_script() {
|
||||
mv /opt/actualbudget/server-files/account.sqlite /opt/actualbudget-data/server-files/account.sqlite
|
||||
fi
|
||||
|
||||
if [[ -f /opt/actualbudget_bak/selfhost.key ]]; then
|
||||
mv /opt/actualbudget_bak/selfhost.key /opt/actualbudget-data/selfhost.key
|
||||
mv /opt/actualbudget_bak/selfhost.crt /opt/actualbudget-data/selfhost.crt
|
||||
fi
|
||||
|
||||
if [[ -f /opt/actualbudget_bak/.env ]]; then
|
||||
mv /opt/actualbudget_bak/.env /opt/actualbudget-data/.env
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user