fix(2fauth): 🚚 Fixed path to remove correctly

This commit is contained in:
Janek 2024-12-23 09:35:15 +00:00
parent 9da7dd4801
commit 9a7c59605f

View File

@ -68,7 +68,7 @@ function update_script() {
# Cleaning up # Cleaning up
msg_info "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 autoremove
$STD apt-get -y autoclean $STD apt-get -y autoclean
msg_ok "Cleanup Completed" msg_ok "Cleanup Completed"