Skip to content
Snippets Groups Projects
Commit fb40d004 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Fehler bei Sonderfall Digit 6

parent 328d3e84
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,10 @@ for i in {1..6}; do
fi
done
value="${SCH}${DNR[6]}${DP[6]}${DNR[5]}${DP[5]}${DNR[4]}${DP[4]}"
DNR6="1"
if [ ${DNR[6]} == 99 ]; then DNR6=""; fi
value="${SCH}${DNR6}${DP[6]}${DNR[5]}${DP[5]}${DNR[4]}${DP[4]}"
value+="${DNR[3]}${DP[3]}${DNR[2]}${DP[2]}${DNR[1]}${DP[1]}"
fname="$IMAGE_DIR/$MAIN@$value@.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment