From 94b981dd458eed639b09204f4b49e36af25521ec Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Sat, 21 Dec 2024 01:26:16 +0100 Subject: [PATCH] Scripts: remove extra space --- configuration/scripts/generate-belt-tension-graph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/scripts/generate-belt-tension-graph.sh b/configuration/scripts/generate-belt-tension-graph.sh index b2d6c0911..4b4300ecb 100755 --- a/configuration/scripts/generate-belt-tension-graph.sh +++ b/configuration/scripts/generate-belt-tension-graph.sh @@ -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}"