mirror of https://github.com/tteck/Proxmox.git
Update technitiumdns-v3.sh
This commit is contained in:
parent
6c89c3d48a
commit
17fad9e4b7
|
@ -14,7 +14,7 @@ CL=`echo "\033[m"`
|
||||||
BFR="\\r\\033[K"
|
BFR="\\r\\033[K"
|
||||||
HOLD="-"
|
HOLD="-"
|
||||||
CM="${GN}✓${CL}"
|
CM="${GN}✓${CL}"
|
||||||
APP="Debian"
|
APP="Technitium DNS"
|
||||||
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
||||||
while true; do
|
while true; do
|
||||||
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
|
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
|
||||||
|
|
Loading…
Reference in New Issue