Skip to content

Commit

Permalink
acmetool.sh formatting in 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Aug 28, 2016
1 parent 256d3bc commit 5f90a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/acmetool.sh
Expand Up @@ -2276,7 +2276,8 @@ enter_webroot() {
echo
echo "you entered custom webroot = $input_webroot"
echo "full path location will be at:"
echo "/home/nginx/domains/${input_domain}/${input_webroot}"
echo
echo " /home/nginx/domains/${input_domain}/${input_webroot}"
read -ep "is this path correct ? [y/n]: " webrootpath_correct
done
if [[ "$webrootpath_correct" = [yY] ]]; then
Expand Down

0 comments on commit 5f90a66

Please sign in to comment.