vhost.sh 210 行
[ -z "`grep "$domain $moredomainame_D" $Cron_file`" ] && echo "0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=$wwwroot_dir/$domain -d $domain $moredomainame_D;$Cron_Command" >> $Cron_file
此处 --webroot-path=$wwwroot_dir/$domain 中的 $domain 是否应该改成 $web_install_dir
上次提的问题,回复不了
[ -z "`grep "$domain $moredomainame_D" $Cron_file`" ] && echo "0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=$wwwroot_dir/$domain -d $domain $moredomainame_D;$Cron_Command" >> $Cron_file
此处 --webroot-path=$wwwroot_dir/$domain 中的 $domain 是否应该改成 $web_install_dir
上次提的问题,回复不了
Please login or Register to submit your answer