view scripts/conf_var @ 1030:1882fa166fe1 draft

[db/udpmsg4/localhell/d3v11] [security] full path for rp_filter
author d3v11 <d3v11@d3v11.ano>
date Sun, 14 Oct 2012 01:37:17 +0000
parents 41b330b11a33
children
line wrap: on
line source

#!/bin/sh
if [ -r "conf/$1" ]; then
 exec cat "conf/$1"
else
 echo "$2"
 exec false
fi