We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying to execute the following command:
sh ses_emailer.sh --subject "This is a sample email from pigeon server" --from "[email protected]" --receiver "[email protected]" --body "ses says hi" --attachment /var/www/sites/error_20200302.txt
Hence receiving the error sed: -e expression #1, char 91: unterminated s' commandonce I am adding--attachment /var/www/sites/error_20200302.txt`
sed: -e expression #1, char 91: unterminated
once I am adding
The text was updated successfully, but these errors were encountered:
Fix: sed: -e expression baturorkun#1, char 91: unterminated `s' command
b1b2aab
No branches or pull requests
I was trying to execute the following command:
sh ses_emailer.sh --subject "This is a sample email from pigeon server" --from "[email protected]" --receiver "[email protected]" --body "ses says hi" --attachment /var/www/sites/error_20200302.txt
Hence receiving the error
sed: -e expression #1, char 91: unterminated
s' commandonce I am adding
--attachment /var/www/sites/error_20200302.txt`The text was updated successfully, but these errors were encountered: