Fix if statement to v2
This commit is contained in:
parent
0a57c89f2f
commit
49e855042e
|
@ -47,7 +47,7 @@ do
|
||||||
|
|
||||||
echo "Rendering image of ${stl}..."
|
echo "Rendering image of ${stl}..."
|
||||||
|
|
||||||
if [ "${FILE}" -eq "spiral"]; then
|
if [[ "${FILE}" == "spiral" ]]; then
|
||||||
tmp=`mktemp`
|
tmp=`mktemp`
|
||||||
fullPath=`realpath "${stl}"`
|
fullPath=`realpath "${stl}"`
|
||||||
data="import(\"${fullPath}\");"
|
data="import(\"${fullPath}\");"
|
||||||
|
|
Loading…
Reference in New Issue