fix: fix typo in echo statement

This commit is contained in:
DaveO16176
2024-07-04 16:37:04 -04:00
parent 6427f4e693
commit e49ef19d78
@@ -6,7 +6,7 @@
# Determine if setup is needed
if [ ! -f /usr/bin/apt ]; then
echo "**** Image is not Ubuntu, exiting emby-mediainfo-plugin instal.l ****"
echo "**** Image is not Ubuntu, exiting emby-mediainfo-plugin install. ****"
exit 0
fi