if grep -H -n "^$__opt$__sep""$__conf" > /dev/null ;then
_debug OK
if[["$__val"== *"&"* ]];then
__val="$(echo$__val| sed 's/&/\\&/g')"
fi
sed -i "s|^$__opt$__sep.*$|$__opt$__sep$__val$__end|""$__conf"
else
_debug APP
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.