From: horse69 Date: Sun, 28 Oct 2012 22:43:46 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@865 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b1eaf167c15289f4cc7b74ddf22adde750b9efa0;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@865 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/cgi-bin/setword.cgi b/mini-asterisk-gui2/cgi-bin/setword.cgi index 3bb561e4..cb7e4ef0 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