From 69e3ee9590329e96f18b4a3cc71ea43134509372 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 13 Oct 2016 01:28:13 +0200 Subject: reproducible_openwrt|lede: allow openwrt_save_logs to call it from outside Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 1 + bin/reproducible_openwrt.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 2ee47897..1e824db0 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -29,6 +29,7 @@ case $1 in openwrt_get_banner |\ node_create_tmpdirs |\ node_debug |\ + node_save_logs |\ node_cleanup_tmpdirs) ;; # this is the allowed list *) echo "Unsupported remote node function $@" diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 161fe4d1..53177b1a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -29,6 +29,7 @@ case $1 in openwrt_get_banner |\ node_create_tmpdirs |\ node_debug |\ + node_save_logs |\ node_cleanup_tmpdirs) ;; # this is the allowed list *) echo "Unsupported remote node function $@" -- cgit v1.2.3-54-g00ecf