ADD TAG v0.0.2

This commit is contained in:
Erreur32 2024-07-13 14:39:45 +02:00
parent 187aa1d406
commit c8dee10bee

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Nginx Proxy Manager CLI Script # Nginx Proxy Manager CLI Script v0.0.2
# Erreur32 - July 2024 # Erreur32 - July 2024
# #
# This script allows you to manage Nginx Proxy Manager via the API. It provides # This script allows you to manage Nginx Proxy Manager via the API. It provides
@ -991,4 +991,4 @@ elif [ "$SHOW_DEFAULT" = true ]; then
show_default show_default
else else
create_or_update_proxy_host create_or_update_proxy_host
fi fi