mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-05 07:40:00 -04:00
fix: fix typo in echo statement
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Determine if setup is needed
|
# Determine if setup is needed
|
||||||
if [ ! -f /usr/bin/apt ]; then
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user