backup and restore changes
This commit is contained in:
parent
369d12eb28
commit
defaa643de
@ -55,9 +55,9 @@ function update_script() {
|
|||||||
|
|
||||||
msg_info "Restoring Configuration and Data"
|
msg_info "Restoring Configuration and Data"
|
||||||
cp /opt/.env.bak /opt/flatnotes/.env
|
cp /opt/.env.bak /opt/flatnotes/.env
|
||||||
cp -r /opt/data_backup /opt/flatnotes/data
|
cp -r /opt/data_backup/. /opt/flatnotes/data
|
||||||
rm -f /opt/.env.bak
|
rm -f /opt/.env.bak
|
||||||
rm -rf /opt/flatnotes/data_backup
|
rm -r /opt/data_backup
|
||||||
msg_ok "Restored Configuration and Data"
|
msg_ok "Restored Configuration and Data"
|
||||||
|
|
||||||
msg_info "Starting Service"
|
msg_info "Starting Service"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user