Fix Shellcheck complaint about not following the hotswap script

This commit is contained in:
Saverio Miroddi 2021-04-27 18:29:10 +02:00
parent d1e167a359
commit d1900f1482

View File

@ -167,6 +167,7 @@ function invoke {
#
function hot_swap_script {
if [[ -f $c_hotswap_file ]]; then
# shellcheck disable=1090 # can't follow; the file might not exist anyway.
source "$c_hotswap_file"
fi
}