From 38c9768438ea40121afd67475127f8f1734a0c66 Mon Sep 17 00:00:00 2001 From: louigigr Date: Thu, 2 Feb 2017 02:39:32 +0200 Subject: [PATCH] Update PiTempLogger.sh Fixed titles to match --- PiTempLogger.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PiTempLogger.sh b/PiTempLogger.sh index a98f7b9..a43b68b 100644 --- a/PiTempLogger.sh +++ b/PiTempLogger.sh @@ -20,8 +20,8 @@ function cleanQuit { } function setLogFilename { - dialog --title "Inputbox - To take input from you" --backtitle "Linux Shell Script Tutorial Example" \ - --inputbox "Enter your name " 8 60 2>$OUTPUT + dialog --title "Temperature Logger" --backtitle "Temperature Logger" \ + --inputbox "Enter log filename " 8 60 2>$OUTPUT mainmenu } function viewLog {