From 966c08a0618c4e5ac4681dab38cb6d177dd0f215 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 4 Sep 2023 09:37:56 -0400 Subject: [PATCH] Update wikijs.sh Fix backup directory path fixes https://github.com/tteck/Proxmox/issues/1760 --- ct/wikijs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wikijs.sh b/ct/wikijs.sh index 341c251d..44027900 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -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"