Skip to content

Commit e6a3199

Browse files
author
Kristan Kenney
committed
Add missing shellcheck headers to v-scripts
1 parent 1654c1b commit e6a3199

File tree

7 files changed

+15
-0
lines changed

7 files changed

+15
-0
lines changed

bin/v-add-firewall-chain

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ if [ -z "$hestiaport" ]; then
3131
fi
3232

3333
# Includes
34+
# shellcheck /usr/local/hestia/func/main.sh
3435
source $HESTIA/func/main.sh
36+
# shellcheck /usr/local/hestia/func/firewall.sh
3537
source $HESTIA/func/firewall.sh
38+
# shellcheck /usr/local/hestia/conf/hestia.conf
3639
source $HESTIA/conf/hestia.conf
3740

3841

bin/v-log-action

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414

1515
# Includes
16+
# shellcheck /usr/local/hestia/func/main.sh
1617
source $HESTIA/func/main.sh
18+
# shellcheck /usr/local/hestia/conf/hestia.conf
1719
source $HESTIA/conf/hestia.conf
1820

1921
#----------------------------------------------------------#

bin/v-restore-cron-job

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ cronjob=$3
1919
notify=$4
2020

2121
# Includes
22+
# shellcheck /usr/local/hestia/func/main.sh
2223
source $HESTIA/func/main.sh
24+
# shellcheck /usr/local/hestia/conf/hestia.conf
2325
source $HESTIA/conf/hestia.conf
2426

2527
# Perform verification if read-only mode is enabled

bin/v-restore-database

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ database=$3
1919
notify=$4
2020

2121
# Includes
22+
# shellcheck /usr/local/hestia/func/main.sh
2223
source $HESTIA/func/main.sh
24+
# shellcheck /usr/local/hestia/conf/hestia.conf
2325
source $HESTIA/conf/hestia.conf
2426

2527
# Perform verification if read-only mode is enabled

bin/v-restore-dns-domain

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ domain=$3
1919
notify=$4
2020

2121
# Includes
22+
# shellcheck /usr/local/hestia/func/main.sh
2223
source $HESTIA/func/main.sh
24+
# shellcheck /usr/local/hestia/conf/hestia.conf
2325
source $HESTIA/conf/hestia.conf
2426

2527
# Perform verification if read-only mode is enabled

bin/v-restore-mail-domain

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ domain=$3
1919
notify=$4
2020

2121
# Includes
22+
# shellcheck /usr/local/hestia/func/main.sh
2223
source $HESTIA/func/main.sh
24+
# shellcheck /usr/local/hestia/conf/hestia.conf
2325
source $HESTIA/conf/hestia.conf
2426

2527
# Perform verification if read-only mode is enabled

bin/v-restore-web-domain

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ domain=$3
1919
notify=$4
2020

2121
# Includes
22+
# shellcheck /usr/local/hestia/func/main.sh
2223
source $HESTIA/func/main.sh
24+
# shellcheck /usr/local/hestia/conf/hestia.conf
2325
source $HESTIA/conf/hestia.conf
2426

2527
# Perform verification if read-only mode is enabled

0 commit comments

Comments
 (0)