Prevent use of glob

This commit is contained in:
Manuel Thalmann 2024-09-12 18:39:50 +02:00
parent 2962896615
commit dc579c71b1

View file

@ -142,7 +142,7 @@
];
fallback = ''
if ! { ls "${diskVar}"?(p)${toString index} 2>&1; } > /dev/null
if ! { ls "${partVar}" 2>&1; } > /dev/null
then
${create}
fi