Skip to content

Commit d1e25a0

Browse files
committed
renamed internal functions
1 parent 2000d8f commit d1e25a0

File tree

134 files changed

+258
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+258
-261
lines changed

bin/v_add_db_base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ encoding=${7-UTF8}
1616

1717
# Importing variables
1818
source $VESTA/conf/vars.conf
19-
source $V_FUNC/shared_func.sh
20-
source $V_FUNC/db_func.sh
19+
source $V_FUNC/shared.func
20+
source $V_FUNC/db.func
2121

2222

2323
#----------------------------------------------------------#

bin/v_add_db_host

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ template=${8-template1}
1818

1919
# Importing variables
2020
source $VESTA/conf/vars.conf
21-
source $V_FUNC/shared_func.sh
22-
source $V_FUNC/db_func.sh
21+
source $V_FUNC/shared.func
22+
source $V_FUNC/db.func
2323

2424

2525
#----------------------------------------------------------#

bin/v_add_dns_domain

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ttl=${7-14400}
1818

1919
# Importing variables
2020
source $VESTA/conf/vars.conf
21-
source $V_FUNC/shared_func.sh
22-
source $V_FUNC/domain_func.sh
21+
source $V_FUNC/shared.func
22+
source $V_FUNC/domain.func
2323

2424

2525
#----------------------------------------------------------#

bin/v_add_dns_domain_record

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ id=$6
1616

1717
# Importing variables
1818
source $VESTA/conf/vars.conf
19-
source $V_FUNC/shared_func.sh
20-
source $V_FUNC/domain_func.sh
19+
source $V_FUNC/shared.func
20+
source $V_FUNC/domain.func
2121

2222

2323
#----------------------------------------------------------#

bin/v_add_ssl_certificate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cert=$2
1111

1212
# Importing variables
1313
source $VESTA/conf/vars.conf
14-
source $V_FUNC/shared_func.sh
15-
source $V_FUNC/cert_func.sh
14+
source $V_FUNC/shared.func
15+
source $V_FUNC/cert.func
1616

1717
#----------------------------------------------------------#
1818
# Verifications #

bin/v_add_sys_cron

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ job=$8
1717

1818
# Importing variables
1919
source $VESTA/conf/vars.conf
20-
source $V_FUNC/shared_func.sh
21-
source $V_FUNC/cron_func.sh
20+
source $V_FUNC/shared.func
21+
source $V_FUNC/cron.func
2222

2323

2424
#----------------------------------------------------------#

bin/v_add_sys_ip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ip_name=$6
1515

1616
# Importing variables
1717
source $VESTA/conf/vars.conf
18-
source $V_FUNC/shared_func.sh
19-
source $V_FUNC/ip_func.sh
20-
source $V_FUNC/domain_func.sh # for namehosting
18+
source $V_FUNC/shared.func
19+
source $V_FUNC/ip.func
20+
source $V_FUNC/domain.func # for namehosting
2121

2222
#----------------------------------------------------------#
2323
# Verifications #

bin/v_add_sys_user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lname=$6
1515

1616
# Importing variables
1717
source $VESTA/conf/vars.conf
18-
source $V_FUNC/shared_func.sh
18+
source $V_FUNC/shared.func
1919

2020

2121
#----------------------------------------------------------#

bin/v_add_sys_user_reports

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ user=$1
1010

1111
# Importing variables
1212
source $VESTA/conf/vars.conf
13-
source $V_FUNC/shared_func.sh
14-
source $V_FUNC/cron_func.sh
13+
source $V_FUNC/shared.func
14+
source $V_FUNC/cron.func
1515

1616

1717
#----------------------------------------------------------#

bin/v_add_web_domain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ template=${4-default}
1414

1515
# Importing variables
1616
source $VESTA/conf/vars.conf
17-
source $V_FUNC/shared_func.sh
18-
source $V_FUNC/domain_func.sh
19-
source $V_FUNC/ip_func.sh
17+
source $V_FUNC/shared.func
18+
source $V_FUNC/domain.func
19+
source $V_FUNC/ip.func
2020

2121

2222
#----------------------------------------------------------#

0 commit comments

Comments
 (0)