mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 05:22:11 +01:00
ADD TAG v0.0.2
This commit is contained in:
parent
187aa1d406
commit
c8dee10bee
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Nginx Proxy Manager CLI Script
|
||||
# Nginx Proxy Manager CLI Script v0.0.2
|
||||
# Erreur32 - July 2024
|
||||
#
|
||||
# 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
|
||||
else
|
||||
create_or_update_proxy_host
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue