mirror of
https://github.com/tteck/Proxmox.git
synced 2025-08-25 12:31:13 +00:00
Update wikijs.sh
Fix backup directory path fixes https://github.com/tteck/Proxmox/issues/1760
This commit is contained in:
@@ -59,7 +59,7 @@ systemctl stop wikijs
|
||||
msg_ok "Stopped ${APP}"
|
||||
|
||||
msg_info "Backing up Data"
|
||||
mkdir -p data-backup
|
||||
mkdir -p ~/data-backup
|
||||
cp -R /opt/wikijs/{db.sqlite,config.yml,/data} ~/data-backup
|
||||
msg_ok "Backed up Data"
|
||||
|
||||
|
Reference in New Issue
Block a user