Unclude utils and app within repos

This commit is contained in:
Bob Mottram 2016-07-03 17:04:14 +01:00
parent 0df3a86365
commit 27392b2743
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ if [ ! -f $MAIN_COMMAND ]; then
MAIN_COMMAND=/usr/bin/${PROJECT_NAME}
fi
REPOS=($(cat ${MAIN_COMMAND} | grep "_REPO=\"" | uniq -u | sed 's|${PROJECT_NAME}|'"${PROJECT_NAME}"'|g'))
REPOS=($(cat ${MAIN_COMMAND} ${MAIN_COMMAND}-utils-* ${MAIN_COMMAND}-app-* | grep "_REPO=\"" | uniq -u | sed 's|${PROJECT_NAME}|'"${PROJECT_NAME}"'|g'))
# obtain the mirrors password if it exists
if [ -f $CONFIGURATION_FILE ]; then