Skip to content

Commit

Permalink
Ignore the core compose file
Browse files Browse the repository at this point in the history
Ignore the Ignore the core compose file in the profile
  • Loading branch information
pablomendezroyo authored Nov 16, 2023
1 parent 80213e8 commit 60f44b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dappnode_profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export DAPPNODE_DIR="/usr/src/dappnode"
export DAPPNODE_CORE_DIR="${DAPPNODE_DIR}/DNCORE"

#!ISOBUILD Do not modify, variables above imported for ISO build
DNCORE_YMLS=$(find $DAPPNODE_CORE_DIR -name "docker-compose-*.yml" -printf "-f %p ")
DNCORE_YMLS=$(find $DAPPNODE_CORE_DIR -name "docker-compose-*.yml" ! -name "docker-compose-core.yml" -printf "-f %p ")
# shellcheck disable=SC2207
# shellcheck disable=SC2034
DNCORE_YMLS_ARRAY=($(find /usr/src/dappnode/DNCORE -name "docker-compose-*.yml" | sort))
Expand Down

0 comments on commit 60f44b6

Please sign in to comment.