Skip to content

Commit f30c587

Browse files
committed
[Fixed] certbot run call
1 parent 946b7e0 commit f30c587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverpilot-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113
# === Install Certbot ===
114114
if [[ $run_all = false ]]; then
115115
echo -n "Install Certbot (for Lets Encrypt)? (y/n) [default: n] : "
116-
read cartbot
116+
read certbot
117117
fi
118118

119119
if [ "$certbot" = "y" ] || [ $run_all = true ]; then

0 commit comments

Comments
 (0)