Skip to content

Commit

Permalink
email
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 4, 2022
1 parent f541b86 commit e0f292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/file_manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [[ $email != "*@*" ]]
then
if [[ $(which mail) != "" ]]
then
echo -e "Your $job_name using SIGNET is $status \n" | mail -s "SIGNET NOTIFICATION" $email
echo -e "Your $job_name using SIGNET is $status " | mail -s "SIGNET NOTIFICATION" $email
fi
fi
}
Expand Down

0 comments on commit e0f292d

Please sign in to comment.