fixed apps dir search process.
[feisty_meow.git] / 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