forked from extern/shorewall_code
Correct type on Shorewall-core install script
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -329,7 +329,7 @@ chmod 644 ${DESTDIR}${SHAREDIR}/shorewall/coreversion
|
||||
|
||||
cp $file ${DESTDIR}${SHAREDIR}/shorewall/shorewallrc
|
||||
|
||||
if [ -z "${DESTDIR}" -n ${HOME} ]; then
|
||||
if [ -z "${DESTDIR}" -a -n ${HOME} ]; then
|
||||
[ -f ${HOME}/.shorewallrc ] || cp $file ${HOME}/.shorewallrc
|
||||
fi
|
||||
#
|
||||
|
Reference in New Issue
Block a user