Skip to content

Commit

Permalink
Scripts: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 21, 2024
1 parent 6c6ba15 commit 94b981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/scripts/generate-belt-tension-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "$SCRIPT_DIR"/ratos-common.sh
## but this has been reliable for me so far…
sleep 10

outdir="${RATOS_PRINTER_DATA_DIR}"/config/input_shaper
outdir="${RATOS_PRINTER_DATA_DIR}"/config/input_shaper
if [ ! -d "${outdir}" ]; then
mkdir "${outdir}"
chown "${RATOS_USERNAME}:${RATOS_USERGROUP}" "${outdir}"
Expand Down

0 comments on commit 94b981d

Please sign in to comment.