Skip to content

Commit 5112598

Browse files
authored
Fix typo
1 parent 24d50a0 commit 5112598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-letsencrypt-user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [ ! -e "$USER_DATA/ssl/le.conf" ]; then
160160
echo "EXPONENT='$exponent'" > $USER_DATA/ssl/le.conf
161161
echo "MODULUS='$modulus'" >> $USER_DATA/ssl/le.conf
162162
echo "THUMB='$thumb'" >> $USER_DATA/ssl/le.conf
163-
if [ "$type" -eq 1]; then
163+
if [ "$type" -eq 1 ]; then
164164
echo "EMAIL='$email'" >> $USER_DATA/ssl/le.conf
165165
echo "KID='$kid'" >> $USER_DATA/ssl/le.conf
166166
else
@@ -181,4 +181,4 @@ fi
181181
# Logging
182182
log_event "$OK" "$ARGUMENTS"
183183

184-
exit
184+
exit

0 commit comments

Comments
 (0)