Auto commit: 2024-11-08 20:40:03

This commit is contained in:
Daniel Fichtinger 2024-11-08 20:40:03 -05:00
parent 4f7c77e12b
commit 2c8bef42f5
3 changed files with 5 additions and 2 deletions

View file

@ -20,7 +20,7 @@ done
if [[ -n $(yadm status --porcelain) ]]; then
yadm commit -m "Auto commit: $(date +'%Y-%m-%d %H:%M:%S')"
# Check if the ssh-agent env is present
if [ -f ~/.ssh/agent_env ]; then
if [ -f ~/.ssh/environment-dpad ]; then
source "$HOME/.ssh/environment-dpad"
yadm push
else