From d8e00e7debcee8b75481b0addb0f012b05b0459b Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 22 Aug 2016 22:47:27 +0100 Subject: [PATCH] tweak the printf in update --- root/etc/cont-init.d/50-plex-update | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/root/etc/cont-init.d/50-plex-update b/root/etc/cont-init.d/50-plex-update index e36afb9..5d8f195 100644 --- a/root/etc/cont-init.d/50-plex-update +++ b/root/etc/cont-init.d/50-plex-update @@ -9,18 +9,17 @@ rm /tmp/no-version.nfo NOVERSION_SET='/tmp/no-version.nfo' cat > "${NOVERSION_SET}" <<-EOFVERSION - - ####################################################### # Update routine will not run because you havent set # -# the VERSION variable, for more information checkout # +# the VERSION variable or you opted out of updates. # +# For more information checkout :- # #  https://github.com/linuxserver/docker-plex # ####################################################### EOFVERSION # test for no version set or opt out for autoupdates if [[ -z "$VERSION" ]] || [[ "$VERSION" == "0" ]] || [[ ! -z "$ADVANCED_DISABLEUPDATES" ]]; then -printf "%s\n\n\n" "$( "${NOTOKEN_SET}" <<-EOFTOKEN - - ##################################################### # Login via the webui at http://:32400/web # # and restart the docker, because there was no # @@ -42,7 +39,7 @@ cat >> "${NOTOKEN_SET}" <<-EOFTOKEN # preference file found, possibly first startup. # ##################################################### EOFTOKEN -printf "%s\n\n\n" "$(> "${NOTOKEN_SET}" <<-EOFTOKEN # plex token found in the preference file # ##################################################### EOFTOKEN -printf "%s\n\n\n" "$(