mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 00:39:16 +00:00
fix(2fauth): 🚚 Fixed path to remove correctly
This commit is contained in:
parent
9da7dd4801
commit
9a7c59605f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user