]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: hydractl: sync-home: log into $DEST/var/log/hydra/sync-home
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Aug 2024 16:08:01 +0000 (13:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Aug 2024 16:08:01 +0000 (13:08 -0300)
share/hydractl/sync-home

index a0460e98ea0545c5517b95abb4b15dcb903e0b45..cc99470310f6bc2a211a38d5a86536711f0a8c0e 100755 (executable)
@@ -37,4 +37,4 @@ $SUDO $RSYNC /home/ $DEST/home/
 
 # Record log
 $SUDO mkdir -p $DEST/var/log/hydra
-echo "`date +%Y%m%d` $BASENAME with data from `cat /etc/hostname`" | $SUDO tee -a $DEST/var/log/hydra/sync-tpc > /dev/null
+echo "`date +%Y%m%d` $BASENAME with data from `cat /etc/hostname`" | $SUDO tee -a $DEST/var/log/hydra/sync-home > /dev/null