Browse Source

Update nginxproxymanager-v5-install.sh

fix cleanup
tteckster 2 years ago
parent
commit
58da6d2c18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/nginxproxymanager-v5-install.sh

+ 1 - 0
install/nginxproxymanager-v5-install.sh

@@ -270,6 +270,7 @@ $STD systemctl enable --now npm
 msg_ok "Started Services"
 
 msg_info "Cleaning up"
+rm -rf ../nginx-proxy-manager-*
 $STD apt-get autoremove
 $STD apt-get autoclean
 msg_ok "Cleaned"