diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 13:19:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 13:19:05 -0300 |
commit | 417e1d1b33223448aee742d49214cd965dbde8d5 (patch) | |
tree | d8030ead17499bc37f2c66e9b11ab24fec085f36 /share | |
parent | adfbbfaf8b45ab302c0b04dad0e7d944224b19ff (diff) | |
download | hydra-417e1d1b33223448aee742d49214cd965dbde8d5.tar.gz hydra-417e1d1b33223448aee742d49214cd965dbde8d5.tar.bz2 |
Fix: hydractl: sync-home: rollback
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/sync-home | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-home b/share/hydractl/sync-home index cc99470..a0460e9 100755 --- a/share/hydractl/sync-home +++ b/share/hydractl/sync-home @@ -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-home > /dev/null +echo "`date +%Y%m%d` $BASENAME with data from `cat /etc/hostname`" | $SUDO tee -a $DEST/var/log/hydra/sync-tpc > /dev/null |