From acb63d801c94893b2118cc4c6cbd544d98437a82 Mon Sep 17 00:00:00 2001 From: Justin Karimi Date: Sat, 23 Jan 2021 21:06:51 -0500 Subject: [PATCH] Formatting Updates Few updates to files for formatting consistency (aesthetics). --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 4bc9d38..fada5ae 100755 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ fi ### Verify cloned repo if [ ! -e "$HOME/raspberry-noaa" ]; then - die "Is https://github.com/reynico/raspberry-noaa cloned in your home directory?" + die "Is https://github.com/reynico/raspberry-noaa cloned in your home directory?" fi ### Install required packages @@ -257,10 +257,10 @@ echo " " read -rp "Enter your latitude (South values are negative): " - lat=$REPLY + lat=$REPLY read -rp "Enter your longitude (West values are negative): " - lon=$REPLY + lon=$REPLY read -rp "Enter your timezone (Ex: -3 for Argentina time): " timezone=$REPLY