From 96cbb040700665f3d3eeb6d03589d41733a7479e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 6 Apr 2018 22:37:55 -0400 Subject: [PATCH] fixed apps dir search process. --- scripts/core/variables.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index b64b1670..fa4bdca9 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -220,9 +220,7 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org fi # add in any site avenger applications that are in the apps folder. if [ -d "$HOME/apps" ]; then - # first, simple projects. - REPOSITORY_LIST+="$(find "$HOME/apps" -iname "avenger5" -type d) " - # then, site avenger specific projects. + # back up all the apps. REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d) " fi -- 2.34.1