From b1eaf167c15289f4cc7b74ddf22adde750b9efa0 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 28 Oct 2012 22:43:46 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@865 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/cgi-bin/setword.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1