From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Mon, 29 Jun 2020 01:36:15 +0000 (+0000)
Subject: fix(bkgpslog):Added quotes back to variable
X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/401a0851e7ec9edb974ea3cece7f5937eab0f40f

fix(bkgpslog):Added quotes back to variable
---

diff --git a/exec/bkgpslog b/exec/bkgpslog
index ef7e13f..bd77ffd 100755
--- a/exec/bkgpslog
+++ b/exec/bkgpslog
@@ -242,7 +242,7 @@ main() {
 	while [[ "$SECONDS" -lt "$scriptTTL" ]]; do
 	    ((debugCounter++))
       	    # Determine output file paths (time is start of buffer period)
-	    FILEOUT_BASENAME="$(dateTimeShort)--P$(bufferTTL)S..$SCRIPT_HOSTNAME_location" ;
+	    FILEOUT_BASENAME="$(dateTimeShort)--P$(bufferTTL)S..""$SCRIPT_HOSTNAME""_location" ;
 	    FILEOUT_NMEA="$FILEOUT_BASENAME".nmea ;
 	    FILEOUT_GPX="$FILEOUT_BASENAME".gpx ;
 	    FILEOUT_KML="$FILEOUT_BASENAME".kml ;