X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=fa4bdca9e4ce85f3b769ca712ee4386e0165fec4;hb=96cbb040700665f3d3eeb6d03589d41733a7479e;hp=b64b167098c89726696ab05b7edb3ebeddf51ea4;hpb=7d95ddf4b37718982c60f75fc8debf0bd43618df;p=feisty_meow.git 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