Skip to content

Commit b7a47d4

Browse files
committed
renamed shared func to main func
1 parent 1e34f90 commit b7a47d4

File tree

187 files changed

+186
-186
lines changed

Some content is hidden

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

187 files changed

+186
-186
lines changed

bin/v_add_cron_job

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ job=$8
2222

2323
# Includes
2424
source $VESTA/conf/vesta.conf
25-
source $VESTA/func/shared.sh
25+
source $VESTA/func/main.sh
2626

2727

2828
#----------------------------------------------------------#

bin/v_add_cron_report

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

1616
# Includes
1717
source $VESTA/conf/vesta.conf
18-
source $VESTA/func/shared.sh
18+
source $VESTA/func/main.sh
1919

2020

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

bin/v_add_database

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ charset=$(echo "$charset" |tr '[:lower:]' '[:upper:]')
2727

2828
# Includes
2929
source $VESTA/conf/vesta.conf
30-
source $VESTA/func/shared.sh
30+
source $VESTA/func/main.sh
3131
source $VESTA/func/db.sh
3232

3333

bin/v_add_database_server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ template=${8-template1}
2525

2626
# Includes
2727
source $VESTA/conf/vesta.conf
28-
source $VESTA/func/shared.sh
28+
source $VESTA/func/main.sh
2929
source $VESTA/func/db.sh
3030

3131

bin/v_add_dns_domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ttl=${7-14400}
2727

2828
# Includes
2929
source $VESTA/conf/vesta.conf
30-
source $VESTA/func/shared.sh
30+
source $VESTA/func/main.sh
3131
source $VESTA/func/domain.sh
3232

3333

bin/v_add_dns_domain_record

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ priority=$7
2727

2828
# Includes
2929
source $VESTA/conf/vesta.conf
30-
source $VESTA/func/shared.sh
30+
source $VESTA/func/main.sh
3131
source $VESTA/func/domain.sh
3232

3333

bin/v_add_mail_account

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ quota=${5-0}
2020

2121
# Includes
2222
source $VESTA/conf/vesta.conf
23-
source $VESTA/func/shared.sh
23+
source $VESTA/func/main.sh
2424
source $VESTA/func/domain.sh
2525

2626

bin/v_add_mail_account_alias

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ malias=$4
1919

2020
# Includes
2121
source $VESTA/conf/vesta.conf
22-
source $VESTA/func/shared.sh
22+
source $VESTA/func/main.sh
2323
source $VESTA/func/domain.sh
2424

2525

bin/v_add_mail_account_autoreply

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ autoreply=$4
1919

2020
# Includes
2121
source $VESTA/conf/vesta.conf
22-
source $VESTA/func/shared.sh
22+
source $VESTA/func/main.sh
2323
source $VESTA/func/domain.sh
2424

2525

bin/v_add_mail_account_forward

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ forward=$4
1919

2020
# Includes
2121
source $VESTA/conf/vesta.conf
22-
source $VESTA/func/shared.sh
22+
source $VESTA/func/main.sh
2323
source $VESTA/func/domain.sh
2424

2525

0 commit comments

Comments
 (0)