fixed apps dir search process.
authorChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2018 02:37:55 +0000 (22:37 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2018 02:37:55 +0000 (22:37 -0400)
scripts/core/variables.sh

index b64b167098c89726696ab05b7edb3ebeddf51ea4..fa4bdca9e4ce85f3b769ca712ee4386e0165fec4 100644 (file)
@@ -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