mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Also allow YNH_PACKAGE_CHECK_STORAGE_DIR to be passed as an environment variable
This commit is contained in:
parent
f0f75fc398
commit
297b895470
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue