try again
This commit is contained in:
parent
19dbe56dfb
commit
4e88a096f7
@ -24,8 +24,9 @@ MESSAGE_TYPE_FILTER='["PositionReport"]'
|
|||||||
|
|
||||||
# Output file for logging (optional)
|
# Output file for logging (optional)
|
||||||
DateFichier=$(date +"%Y%m%d-%H%M%S")
|
DateFichier=$(date +"%Y%m%d-%H%M%S")
|
||||||
dir=$(dirname $0)
|
dir=$(dirname $0)"/data"
|
||||||
OUTPUT_FILE="$dir/data/raw_ais_$DateFichier.log"
|
OUTPUT_FILE="$dir/raw_ais_$DateFichier.log"
|
||||||
|
mkdir -p "$dir"
|
||||||
|
|
||||||
# Function to display usage information
|
# Function to display usage information
|
||||||
show_usage() {
|
show_usage() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user