|
From: Craig W. <cra...@az...> - 2005-02-07 21:23:57
|
trying to make use of the 'script to run' feature and I'm not getting
it.
contents of script is...
#!/bin/sh
mysql horde < INSERT INTO horde_prefs VALUES \
('{USER}','ingo','rules','long-string of data')
and I'm not getting a variable substitution for {USER}, only the
literal.
I tried double quotes
Suggestions?
Craig
|