AutoYADM commit: 2024-11-10 00:39:23

This commit is contained in:
Daniel Fichtinger 2024-11-10 00:39:23 -05:00
parent 4fb68f0552
commit 83de7e280b

View file

@ -37,6 +37,7 @@ if [[ -n $(yadm status --porcelain) ]]; then
source "$sshenv"
yadm push
else
echo "Expected SSH env file path: $sshenv"
echo "$AYE ssh-agent environment not found, aborting push..."
exit 1
fi