From 9f25d4df6db94a4be095afbd22899ff8c0cf1cd8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:17:28 +0100 Subject: [PATCH] Update ct/hoarder.sh Co-authored-by: Mohamed Bassem --- ct/hoarder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hoarder.sh b/ct/hoarder.sh index e4f25b1d..5a905ad2 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -42,7 +42,7 @@ function update_script() { cd /opt if [[ -f /opt/hoarder/.env ]] && [[ ! -f /etc/hoarder/hoarder.env ]]; then mkdir -p /etc/hoarder - mv /opt/hoarder/.env /etv/hoarder/hoarder.env + mv /opt/hoarder/.env /etc/hoarder/hoarder.env fi rm -rf /opt/hoarder wget -q "https://github.com/hoarder-app/hoarder/archive/refs/tags/v${RELEASE}.zip"