#!/bin/sh

script="/etc/init.d/sw-cp-server"
str='SWsoft '

sed -i -e "s|$str||g" $script

