issue for commandout
Author: lalitpct@gmail.com (lalitpct)
code -->
activate "osunix".command(". $HOME/smt2 %%$$SERVER export MSG_LEVEL=UNI && chngpasswd.sh %%$$db_user %%$$ascii_password %%dum_verify %%$$server",script_output)
This works fine here -->
activate "osunix".command(". $HOME/smt2 SMART2AP export MSG_LEVEL=UNI && chngpasswd.sh drg_ldos1 manager64 manager65 SMART2AP",script_output)
But it doesn work with special character is there in variable -->
activate "osunix".command(". $HOME/smt2 SMART2AP export MSG_LEVEL=UNI && chngpasswd.sh drg_ldos1 manager64 manager" SMART2AP",script_output)
How this can be fixed ,any idea i mean for any special character it should take it ?




