mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Correct type on Shorewall-core install script
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c2fa5ae78f
commit
62f37e6b23
@ -329,7 +329,7 @@ chmod 644 ${DESTDIR}${SHAREDIR}/shorewall/coreversion
|
|||||||
|
|
||||||
cp $file ${DESTDIR}${SHAREDIR}/shorewall/shorewallrc
|
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
|
[ -f ${HOME}/.shorewallrc ] || cp $file ${HOME}/.shorewallrc
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user