Skip to content

Commit 7e909ab

Browse files
committed
[Fixed] Cerbot call
1 parent f30c587 commit 7e909ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverpilot-scripts.sh

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

119-
if [ "$certbot" = "y" ] || [ $run_all = true ]; then
119+
if [ "$certbotrun" = "y" ] || [ $run_all = true ]; then
120120
show_notice "Installing Certbot…"
121121

122122
show_info "Updating packages…"

0 commit comments

Comments
 (0)