Skip to content

Commit

Permalink
Update PiTempLogger.sh
Browse files Browse the repository at this point in the history
Fixed titles to match
  • Loading branch information
louigigr authored Feb 2, 2017
1 parent 3349455 commit 38c9768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PiTempLogger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 38c9768

Please sign in to comment.