[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

su user -c



Hi all :-)

this is the part of my script:

email0=user0@domain0.org;email1=user1@domain1.org;name=user0;username=user1;domainname=domain0;echo
| mutt -s "test message $name" -b email0 email1

if I run this script of own user, runs correctly

but when (inside the script) I use:

su user -c
email0=user0@domain0.org;email1=user1@domain1.org;name=user0;username=user1;domainname=domain0;echo
| mutt -s "test message $name" -b email0 email1

its does not run

any idea?

is it a problem with ' " charset?

thanks!

Pol


Reply to: