DistroHopper/OS/truenas
zen0bit c087af2323 tmp
2024-04-10 21:20:44 +02:00

6 lines
No EOL
177 B
Text

function releases_truenas() {
if [[ $OS == truenas ]] ; then
echo "ERROR! The supported TrueNAS OS values are truenas-core or truenas-scale"
exit 1;
fi
}