I'm new to linux and I'm creating a shell script to create a new repository on my DNS-323. It does not have bash. So far it's all good except the search and replace part. Can anyone tell me what I did wrong.
The part :-
sed "'s/REALMNAME/\$REALM/g'" svnserve.conf > $ALIAS/conf/svnserve.conf
Is not working for me. It doesn't replace. I've tried escaping the $REALM like \$REALM also won't work.