mirror of https://github.com/tteck/Proxmox.git
Update wikijs.sh
Fix backup directory path fixes https://github.com/tteck/Proxmox/issues/1760
This commit is contained in:
parent
421ba29201
commit
966c08a061
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue