mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
add CIA_VENDOR_SCRIPTS_DIR
This commit is contained in:
parent
cf19a18d14
commit
0c2d199906
@ -92,6 +92,7 @@ fi
|
||||
# directories.
|
||||
ciavts_tapfile="${PWD}/${ciavts_work_dir}/${ciavts_tapfile}"
|
||||
ciavts_torcx_manifest="${PWD}/${ciavts_main_work_dir}/torcx_manifest.json"
|
||||
ciavts_vendor_scripts_dir="${PWD}/$(dirname "${0}")"
|
||||
|
||||
ciavts_first_run=0
|
||||
if [[ -f "${ciavts_main_work_dir}/first_run" ]]; then
|
||||
@ -111,6 +112,7 @@ CIA_GIT_VERSION="${ciavts_git_version}"
|
||||
CIA_BUILD_TYPE="${ciavts_type}"
|
||||
CIA_TORCX_MANIFEST="${ciavts_torcx_manifest}"
|
||||
CIA_FIRST_RUN="${ciavts_first_run}"
|
||||
CIA_VENDOR_SCRIPTS_DIR="${ciavts_vendor_scripts_dir}"
|
||||
|
||||
# Unset all variables with ciavts_ prefix now.
|
||||
unset -v "${!ciavts_@}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user