From 4a73b31efc508047158d82f20e13152b1b3f504a Mon Sep 17 00:00:00 2001
From: Frank Alvarado <franklink1829@gmail.com>
Date: Mon, 10 Jun 2024 22:07:33 -0500
Subject: [PATCH] fix path

---
 ct/mylar3.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/mylar3.sh b/ct/mylar3.sh
index dc7c0263..7dcf393c 100644
--- a/ct/mylar3.sh
+++ b/ct/mylar3.sh
@@ -61,7 +61,7 @@ systemctl stop mylar3.service
 RELEASE=$(curl -s https://api.github.com/repos/mylar3/mylar3/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
 tar zxvf <(curl -fsSL https://github.com/mylar3/mylar3/archive/refs/tags/${RELEASE}.tar.gz) &>/dev/null
 RELEASE="${RELEASE:1}"
-\cp -r mylar-${RELEASE}/* /opt/mylar3 &>/dev/null
+\cp -r mylar3-${RELEASE}/* /opt/mylar3 &>/dev/null
 rm -rf mylar3-${RELEASE}
 cd /opt/mylar3
 python3 -m pip install -r requirements.txt &>/dev/null