diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-unrar6-install/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-unrar6-install/run index 1986905..29f515e 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-unrar6-install/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-unrar6-install/run @@ -7,5 +7,5 @@ elif [[ -f /sbin/apk ]]; then # Alpine cp /unrar6/unrar-alpine /usr/bin/unrar else - echo "*** This mod only supports Ubuntu and Alpine-based containers ***" + echo "*** The universal-unrar6 mod only supports Ubuntu and Alpine-based containers ***" fi