Update nginxproxymanager-v5-install.sh

fix cleanup
This commit is contained in:
tteckster 2023-02-20 04:35:08 -05:00 committed by GitHub
parent a8ed97f39e
commit 58da6d2c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"