X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/b9a85f636f3f6be40306ef5eccd7134d4c079adc..401a0851e7ec9edb974ea3cece7f5937eab0f40f:/exec/bkgpslog?ds=sidebyside 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 ;