ovis icon indicating copy to clipboard operation
ovis copied to clipboard

b4.4 deprecation fix: fix warnings about using reconnect instead of interval

Open baallan opened this issue 4 months ago • 3 comments

the following bit of sed came handy in updating scripts:

sed -i -E -e 's%(^prdcr_add) (.*) interval=%\1 \2 reconnect=%' *

baallan avatar Oct 25 '24 03:10 baallan