diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 1155b78eed680d6b9ad96016002db4c3a9fa09d1..6cf61792aef1c53997f5aa7b31ca66484304b79a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -465,7 +465,11 @@ case $1 in node_create_tmpdirs |\ node_debug |\ node_save_logs |\ - node_cleanup_tmpdirs) ;; # this is the allowed list + node_cleanup_tmpdirs) # this is the allowed list + echo "####" + echo "#### $1" + echo "####" + ;; *) echo "Unsupported remote node function $*" exit 1