mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 05:22:11 +01:00
Fix restore host-id
This commit is contained in:
parent
144944e373
commit
3cb8befc16
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
VERSION="2.3.7"
|
||||||
# Nginx Proxy Manager CLI Script
|
# Nginx Proxy Manager CLI Script
|
||||||
# Github [ https://github.com/Erreur32/nginx-proxy-manager-Bash-API ]
|
# Github [ https://github.com/Erreur32/nginx-proxy-manager-Bash-API ]
|
||||||
# Erreur32 July 2024
|
# Erreur32 July 2024
|
||||||
|
@ -121,8 +122,6 @@ HSTS_SUBDOMAINS=0
|
||||||
|
|
||||||
|
|
||||||
# Don't touch below that line (or you know ...)
|
# Don't touch below that line (or you know ...)
|
||||||
VERSION="2.3.7"
|
|
||||||
|
|
||||||
# Control variables
|
# Control variables
|
||||||
CREATE_USER=false
|
CREATE_USER=false
|
||||||
DELETE_USER=false
|
DELETE_USER=false
|
||||||
|
|
Loading…
Reference in a new issue