Skip to content

Commit

Permalink
Quote files
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed May 30, 2024
1 parent c58eb04 commit e8c1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/stage-files.eex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir -p "${OUTPUT_DIR}/systemd"
cp -v _build/${MIX_ENV}/systemd/lib/systemd/system/* "${OUTPUT_DIR}/systemd"

mkdir -p "${OUTPUT_DIR}/bin"
cp ${SCRIPTS_SRC}/* ${OUTPUT_DIR}/bin
cp ${SCRIPTS_SRC}/* "${OUTPUT_DIR}/bin"

mkdir -p "${OUTPUT_DIR}/etc"

Expand Down

0 comments on commit e8c1ec6

Please sign in to comment.