From: Chris Koeritz Date: Sun, 5 Nov 2017 00:22:12 +0000 (-0400) Subject: trickier and tricker X-Git-Tag: 2.140.90~77 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=649014ac617023bc07835be770fb6bfa03c9e301;p=feisty_meow.git trickier and tricker this is more annoyingly tricky than it seemed at first. --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index c56bec72..e53f9b5b 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -25,7 +25,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then # first, simple projects. REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)" # then, site avenger specific projects. - REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -iname "avenger5" -type d)" + REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d)" fi # adds our locally relevant archive folders into the list to be synched.