mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-22 13:04:22 +08:00
add function comments
This commit is contained in:
parent
f68f8a1b4c
commit
763e4973a5
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,7 @@ install_dependencies() {
|
|||
echo "-----------------------------------------------------"
|
||||
}
|
||||
|
||||
# get_email- gets upgrader's email address
|
||||
get_email() {
|
||||
|
||||
unset GET_EMAIL
|
||||
|
@ -259,6 +260,7 @@ collect_node_settings() {
|
|||
|
||||
}
|
||||
|
||||
# setup_caddy - updates Caddy with new info
|
||||
setup_caddy() {
|
||||
|
||||
echo "backing up Caddyfile to /root/Caddyfile.backup"
|
||||
|
@ -281,6 +283,7 @@ EOT
|
|||
|
||||
}
|
||||
|
||||
# set_mq_credentials - sets mq credentials
|
||||
set_mq_credentials() {
|
||||
|
||||
unset GET_MQ_USERNAME
|
||||
|
|
Loading…
Add table
Reference in a new issue