mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Quickfix: Backup cert for ssl
Quickfix due Breaking Update
This commit is contained in:
parent
c9dec5e3cd
commit
9f0945394f
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue