From 297b895470d70af880261384caf5bdd0e07991ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 15 Jul 2024 10:50:18 +0200 Subject: [PATCH] Also allow YNH_PACKAGE_CHECK_STORAGE_DIR to be passed as an environment variable --- package_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_check.sh b/package_check.sh index c68c5a3..3d710e4 100755 --- a/package_check.sh +++ b/package_check.sh @@ -45,7 +45,7 @@ interactive=0 interactive_on_errors=0 rebuild=0 force_stop=0 -storage_dir="" +storage_dir="${YNH_PACKAGE_CHECK_STORAGE_DIR:-}" function parse_args() {