scripts/poweroff.sh
Ferit Yiğit BALABAN 8b00ac90eb
Remove unison sync and add resync_vault.py to
poweroff and reboot scripts

Signed-off-by: Ferit Yiğit BALABAN <fybalaban@fybx.dev>
2023-11-10 21:04:28 +03:00

8 lines
202 B
Bash
Executable File

#!/bin/bash
dt=$(date -Iseconds)
# unison=$($HOME/scripts/unison_sync.sh)
rm "$HOME/.cache/cliphist/db"
python "$HOME/scripts/resync_vault.py"
echo "[$dt] INFO: navi, powering off" >> navi.log
poweroff