Skip to content

Commit

Permalink
Minor tweak to support script
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Nov 4, 2023
1 parent 8a4e598 commit 54288ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/support
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ if [[ -n $UDMI_REGISTRY_SUFFIX && -n $site_model ]]; then
site_model=$site_model${UDMI_REGISTRY_SUFFIX}
fi

echo tar --exclude-vcs -czf $ARCHIVE $site_model $OUT_DIR
tar --exclude-vcs -czf $ARCHIVE $site_model $OUT_DIR
echo tar --exclude-vcs -czf /tamp/$ARCHIVE $site_model $OUT_DIR
tar --exclude-vcs -czf /tmp/$ARCHIVE $site_model $OUT_DIR
mv /tmp/$ARCHIVE .

echo Created support archive $(realpath $ARCHIVE)
ls -l $ARCHIVE
Expand Down

0 comments on commit 54288ae

Please sign in to comment.