Prevent use of glob

This commit is contained in:
Manuel Thalmann 2024-09-12 18:39:50 +02:00
parent 043a564dfa
commit f60c0b9058

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