Skip to content

Commit 3a268eb

Browse files
committed
added main include
1 parent 7ce7cf1 commit 3a268eb

File tree

75 files changed

+76
-1
lines changed

Some content is hidden

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

75 files changed

+76
-1
lines changed

bin/v_add_db_base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ encoding=${7-UTF8}
1616

1717
# Importing variables
1818
source $VESTA/conf/vars.conf
19+
source $V_CONF/vesta.conf
1920
source $V_FUNC/shared.func
2021
source $V_FUNC/db.func
2122

bin/v_add_db_host

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ template=${8-template1}
1818

1919
# Importing variables
2020
source $VESTA/conf/vars.conf
21+
source $V_CONF/vesta.conf
2122
source $V_FUNC/shared.func
2223
source $V_FUNC/db.func
2324

bin/v_add_dns_domain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ttl=${7-14400}
1818

1919
# Importing variables
2020
source $VESTA/conf/vars.conf
21+
source $V_CONF/vesta.conf
2122
source $V_FUNC/shared.func
2223
source $V_FUNC/domain.func
2324

bin/v_add_dns_domain_record

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ id=$6
1616

1717
# Importing variables
1818
source $VESTA/conf/vars.conf
19+
source $V_CONF/vesta.conf
1920
source $V_FUNC/shared.func
2021
source $V_FUNC/domain.func
2122

bin/v_add_ssl_certificate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ssl=$2
1111

1212
# Importing variables
1313
source $VESTA/conf/vars.conf
14+
source $V_CONF/vesta.conf
1415
source $V_FUNC/shared.func
1516
source $V_FUNC/cert.func
1617

bin/v_add_sys_cron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ job=$8
1717

1818
# Importing variables
1919
source $VESTA/conf/vars.conf
20+
source $V_CONF/vesta.conf
2021
source $V_FUNC/shared.func
2122
source $V_FUNC/cron.func
2223

bin/v_add_sys_ip

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

1616
# Importing variables
1717
source $VESTA/conf/vars.conf
18+
source $V_CONF/vesta.conf
1819
source $V_FUNC/shared.func
1920
source $V_FUNC/ip.func
2021
source $V_FUNC/domain.func # for namehosting

bin/v_add_sys_user

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

1616
# Importing variables
1717
source $VESTA/conf/vars.conf
18+
source $V_CONF/vesta.conf
1819
source $V_FUNC/shared.func
1920

2021

bin/v_add_sys_user_reports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ user=$1
1010

1111
# Importing variables
1212
source $VESTA/conf/vars.conf
13+
source $V_CONF/vesta.conf
1314
source $V_FUNC/shared.func
1415
source $V_FUNC/cron.func
1516

bin/v_backup_sys_user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ output=$2
1111

1212
# Importing variables
1313
source $VESTA/conf/vars.conf
14+
source $V_CONF/vesta.conf
1415
source $V_FUNC/shared.func
1516
source $V_FUNC/domain.func
1617
source $V_FUNC/db.func

0 commit comments

Comments
 (0)