Skip to content

Commit 4ab5d2c

Browse files
committed
优化脚本
1 parent 060b5e8 commit 4ab5d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vhost.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ vhost_add(){
2323
echo -e "$GREEN"
2424
echo -e "Created ${ngx_root_dir}/${domain_name} success!"
2525
echo -e "Created ${ngx_install_dir}/conf/vhost/${domain_name}.conf success!"
26+
echo -e "Be careful your nginx server port and php-fpm port !!!"
2627
}
2728

2829
# 减少 vhost
2930
vhost_del(){
3031
echo -e "${YELLOW}"
31-
read -p "Please input your domain name which you want delete! (example: yunweijilu.com) " domain_name
32+
read -p "Please input your domain name which you want delete! (example: charmingkamly.cn) " domain_name
3233

3334
if [ -z "$domain_name" ];then
3435
echo

0 commit comments

Comments
 (0)