Also allow YNH_PACKAGE_CHECK_STORAGE_DIR to be passed as an environment variable

This commit is contained in:
Salamandar 2024-07-15 10:50:18 +02:00
parent f0f75fc398
commit 297b895470

View file

@ -45,7 +45,7 @@ interactive=0
interactive_on_errors=0 interactive_on_errors=0
rebuild=0 rebuild=0
force_stop=0 force_stop=0
storage_dir="" storage_dir="${YNH_PACKAGE_CHECK_STORAGE_DIR:-}"
function parse_args() { function parse_args() {