From c90bb62612095bde370e6bbe8cbc516d974f40c1 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 22 Aug 2016 09:39:27 +0100 Subject: [PATCH] fix copy pasta error --- root/etc/cont-init.d/30-plex-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/30-plex-update b/root/etc/cont-init.d/30-plex-update index d44fb26..04b761a 100644 --- a/root/etc/cont-init.d/30-plex-update +++ b/root/etc/cont-init.d/30-plex-update @@ -22,7 +22,7 @@ cat >> "${NOTOKEN_SET}" <<-EOFTOKEN EOFTOKEN -echo "$(cat less /tmp/no-token.nfo)" +echo "$(cat /tmp/no-token.nfo)" exit 0 fi