We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d50a0 commit 5112598Copy full SHA for 5112598
bin/v-add-letsencrypt-user
@@ -160,7 +160,7 @@ if [ ! -e "$USER_DATA/ssl/le.conf" ]; then
160
echo "EXPONENT='$exponent'" > $USER_DATA/ssl/le.conf
161
echo "MODULUS='$modulus'" >> $USER_DATA/ssl/le.conf
162
echo "THUMB='$thumb'" >> $USER_DATA/ssl/le.conf
163
- if [ "$type" -eq 1]; then
+ if [ "$type" -eq 1 ]; then
164
echo "EMAIL='$email'" >> $USER_DATA/ssl/le.conf
165
echo "KID='$kid'" >> $USER_DATA/ssl/le.conf
166
else
@@ -181,4 +181,4 @@ fi
181
# Logging
182
log_event "$OK" "$ARGUMENTS"
183
184
-exit
+exit
0 commit comments