runtests: fix "unary operator expected" warning

This commit is contained in:
Dan Bungert 2023-07-17 10:00:55 -06:00
parent 95e520ddf8
commit 832750297d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ validate () {
echo "log file not created"
exit 1
fi
if [ $opt = reset-only ]; then
if [ "$opt" = reset-only ]; then
return
fi
python3 scripts/validate-autoinstall-user-data.py < $tmpdir/var/log/installer/autoinstall-user-data