error early

This commit is contained in:
Aaron Bieber 2020-12-28 07:30:29 -07:00
parent 07491f8e9e
commit 071881fe82

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
rage_dir=~/.rage
rage_id_file="$(awk -F= '/^identity/{print $NF}' ${rage_dir}/config)"
rage_id_recip="$(awk -F= '/^identity/{print $NF ".pub"}' ${rage_dir}/config)"