Skip to content

Commit

Permalink
change filename to include milis for replay synchronisation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyBloxx committed Jan 11, 2025
1 parent 2ebd3ad commit ed54ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-hulks/conf/distro/HULKs-OS.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Nao"

DISTRO = "HULKs-OS"
DISTRO_NAME = "HULKs-OS"
DISTRO_VERSION = "7.6.0"
DISTRO_VERSION = "7.6.1"
SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs"
2 changes: 1 addition & 1 deletion meta-hulks/recipes-hulks/hulk/hulk/launchHULK
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

CURRENT_DATE=$(date +%F_%T)
INTERNAL_LOG_PATH=/home/nao/hulk/logs/${CURRENT_DATE}
INTERNAL_LOG_PATH=/home/nao/hulk/logs/${CURRENT_DATE=$(date +%Y-%m-%dT%H:%M:%S.%3N%:z)}
EXTERNAL_LOG_PATH=$(grep -m1 '^/dev/sda1' /proc/mounts | cut -d ' ' -f 2)/logs

mkdir -p ${INTERNAL_LOG_PATH}
Expand Down

0 comments on commit ed54ac5

Please sign in to comment.