From 9a7c59605fc3eb7bbf094dba0763119c9a02707e Mon Sep 17 00:00:00 2001 From: Janek <6506725+jkrgr0@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:35:15 +0000 Subject: [PATCH] fix(2fauth): :truck: Fixed path to remove correctly --- ct/2fauth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/2fauth.sh b/ct/2fauth.sh index 2e833ac5..cb237ebf 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -68,7 +68,7 @@ function update_script() { # Cleaning up msg_info "Cleaning Up" - rm -rf "/opt/v${RELEASE}.zip" + rm -rf "v${RELEASE}.zip" $STD apt-get -y autoremove $STD apt-get -y autoclean msg_ok "Cleanup Completed"