mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix error mail script with incorrect quoting
This commit is contained in:
@@ -14,5 +14,5 @@ if [ -f "${EMAILHOST}" ]; then
|
||||
ssh $(cat "${EMAILHOST}") "mail -s \"$SUBJECT\" $ERRORMAIL" < $EMAIL_BODY_FILE
|
||||
exit;
|
||||
else
|
||||
mail -s \"$SUBJECT\" $ERRORMAIL < $EMAIL_BODY_FILE
|
||||
mail -s "$SUBJECT" $ERRORMAIL < $EMAIL_BODY_FILE
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user