feat: Support more device types (#742)

This commit is contained in:
Kroese
2024-05-21 09:10:30 +02:00
committed by GitHub
parent 12d8fd3ed0
commit d1d920372a
5 changed files with 67 additions and 47 deletions

View File

@@ -30,4 +30,8 @@ if [[ "$RAM_CHECK" != [Nn]* ]]; then
fi
if [[ "$DEBUG" == [Yy1]* ]];
printf "Arguments:\n\n${ARGS// -/$'\n-'}" && echo
fi
return 0