Fix Shellcheck complaint about not following the hotswap script
This commit is contained in:
parent
d1e167a359
commit
d1900f1482
@ -167,6 +167,7 @@ function invoke {
|
|||||||
#
|
#
|
||||||
function hot_swap_script {
|
function hot_swap_script {
|
||||||
if [[ -f $c_hotswap_file ]]; then
|
if [[ -f $c_hotswap_file ]]; then
|
||||||
|
# shellcheck disable=1090 # can't follow; the file might not exist anyway.
|
||||||
source "$c_hotswap_file"
|
source "$c_hotswap_file"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user