Skip to content
Snippets Groups Projects

daily-hveto: put symlinking in the right place

Merged Alexander Urban requested to merge (removed):patch-hveto into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -129,8 +129,8 @@ echo "-- Hveto has exited with code $EXITCODE"
# link this run as 'latest'
latest="latest"
[[ -L $latest ]] && unlink $latest
cd $daydir
[[ -L $latest ]] && unlink $latest
ln -s $gpstag $latest
# write JSON output
Loading