Mercurial > hg > beaglert
diff scripts/.bela_common @ 518:c774bd8ad108 prerelease
Set date works on windows
author | oromoiluig <giuliomoro@yahoo.it> |
---|---|
date | Wed, 22 Jun 2016 17:51:52 +0100 |
parents | 7eb66c7898cb |
children | 42f6af3a5f1d |
line wrap: on
line diff
--- a/scripts/.bela_common Wed Jun 22 15:21:58 2016 +0100 +++ b/scripts/.bela_common Wed Jun 22 17:51:52 2016 +0100 @@ -30,7 +30,7 @@ set_date(){ # an optional parameter will be executed as part of the same ssh session - ssh $BBB_ADDRESS "date -s \"`date '+%Y%m%d %T %Z'`\" > /dev/null; $1" + ssh $BBB_ADDRESS "date -s \"`date '+%Y%m%d %T %z'`\" > /dev/null; $1" } check_board_alive(){