Skip to content

Commit afb8588

Browse files
committed
Small change from vesta to hestia in comments.
1 parent f96e4f0 commit afb8588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ done
8787

8888
# Generating CSR
8989
ssl_dir=$($BIN/v-generate-ssl-cert "$domain" "$email" "US" "California" \
90-
"San Francisco" "Vesta" "IT" "$aliases" |tail -n1 |awk '{print $2}')
90+
"San Francisco" "Hestia" "IT" "$aliases" |tail -n1 |awk '{print $2}')
9191

9292
# Signing CSR
9393
crt=$($BIN/v-sign-letsencrypt-csr $user $domain $ssl_dir)

bin/v-list-sys-vesta-ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source $HESTIA/func/main.sh
1818
# JSON list function
1919
json_list() {
2020
echo '{'
21-
echo -e "\t\"VESTA\": {"
21+
echo -e "\t\"HESTIA\": {"
2222
echo " \"CRT\": \"$crt\","
2323
echo " \"KEY\": \"$key\","
2424
echo " \"CA\": \"$ca\","

bin/v-restore-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Variable&Function #
1010
#----------------------------------------------------------#
1111

12-
# Import VESTA variable for cron launch
12+
# Import Hestia variable for cron launch
1313
source /etc/profile
1414

1515
# Argument definition

0 commit comments

Comments
 (0)