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"