From: Chris Koeritz Date: Sat, 7 Apr 2018 02:37:55 +0000 (-0400) Subject: fixed apps dir search process. X-Git-Tag: 2.140.111^2~1 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=96cbb040700665f3d3eeb6d03589d41733a7479e fixed apps dir search process. --- 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