projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d95ddf
)
fixed apps dir search process.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 7 Apr 2018 02:37:55 +0000
(22:37 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 7 Apr 2018 02:37:55 +0000
(22:37 -0400)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index b64b167098c89726696ab05b7edb3ebeddf51ea4..fa4bdca9e4ce85f3b769ca712ee4386e0165fec4 100644
(file)
--- 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