From cc93f41a4d9e897418d2a8c5d0aaa8de7f632862 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Mon, 12 Apr 2021 13:57:03 -1000 Subject: [PATCH] no longer allow nested templates (#535) --- launcher | 9 --------- 1 file changed, 9 deletions(-) diff --git a/launcher b/launcher index 6d61b7c..630db12 100755 --- a/launcher +++ b/launcher @@ -276,15 +276,6 @@ find_templates() { local arrTemplates=${templates// / } if [ ! -z "$templates" ]; then - for template in "${arrTemplates[@]}" - do - local nested_templates=$(find_templates $template) - - if [ ! -z "$nested_templates" ]; then - templates="$nested_templates $templates" - fi - done - echo $templates else echo "" -- 2.25.1