add custom email templates

This commit is contained in:
2023-07-20 19:31:20 +02:00
parent 566bffb7af
commit 4972e3b141
3 changed files with 16 additions and 0 deletions

View File

@ -170,6 +170,13 @@ quieten(){
grep -v -e '{"event"' -e '{"action"'
}
add_email_templates(){
for file_path in "$@"; do
echo copy template $file_path
abra app cp $APP_NAME $file_path app:/templates/
done
}
set_icons(){
for icon in $APP_ICONS; do
app=$(echo $icon | cut -d ":" -f1)