From: horse69 Date: Sun, 28 Oct 2012 22:45:52 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@866 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d4210276f83ba48422db07dad245b318f6bda04a;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@866 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/cgi-bin/setword.cgi b/mini-asterisk-gui2/cgi-bin/setword.cgi index cb7e4ef0..8fa2ad12 100755 --- a/mini-asterisk-gui2/cgi-bin/setword.cgi +++ b/mini-asterisk-gui2/cgi-bin/setword.cgi @@ -28,7 +28,7 @@ echo $file echo $this echo $that if [ -f $file ]; then - sed -i "s/$this.*/$that.*/g" $file + sed -i "s/$this/$that/g" $file else echo "$file does not exist" fi