Skip to content

Commit

Permalink
Update run-postbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 5, 2024
1 parent cc5af1c commit bd6be09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run-postbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

echo "Running run-postbuild.sh"

# Check if a filename argument is provided
if [ -n "$1" ]; then
echo " Warning: Passed-in file '$1' to run-postbuild.sh is ignored. Looking for a file named 'postBuild' in your repository." >&2
fi

echo " Checking for ${REPO_DIR}/childimage/..."
if [ -d "${REPO_DIR}/childimage/" ]; then
cd "${REPO_DIR}/childimage/" || exit 1
Expand Down

0 comments on commit bd6be09

Please sign in to comment.