From f07c66145ec0e99528aba68167496ef052ac6303 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 5 Feb 2019 16:14:46 +0100 Subject: [PATCH] Fixed a few issues with EOF Fixed the issue where lines in info.txt and the supervisor conf file would be indented, leading to a few issues related to auto-starting --- Installer-with-debug | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Installer-with-debug b/Installer-with-debug index 9fc2e5b..3ff9ca4 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -115,12 +115,12 @@ fin # add a short info cat > /home/pi/E-Paper-Master/Info.txt << EOF - This document contains a short info of the E-Paper-Calendar software version +This document contains a short info of the E-Paper-Calendar software version - Version: 2-Colour E-Paper-version - Installer version: 1.5 (Early February 2019) - configuration file: /home/pi/E-Paper-Master/Calendar/settings.py - If the time was set correctly, you installed this software on: +Version: 2-Colour E-Paper-version +Installer version: 1.5 (Early February 2019) +configuration file: /home/pi/E-Paper-Master/Calendar/settings.py +If the time was set correctly, you installed this software on: EOF echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt echo "" @@ -130,12 +130,12 @@ EOF if [ "$digit" = 3 ]; then # add a short info cat > /home/pi/E-Paper-Master/Info.txt << EOF - This document contains a short info of the version +This document contains a short info of the version - Version: 3-Colour E-Paper-version - Installer version: 1.5 (Early February 2019) - configuration file: /home/pi/E-Paper-Master/Calendar/settings.py - If the time was set correctly, you installed this software on: +Version: 3-Colour E-Paper-version +Installer version: 1.5 (Early February 2019) +configuration file: /home/pi/E-Paper-Master/Calendar/settings.py +If the time was set correctly, you installed this software on: EOF echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt echo ""