mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 04:31:23 +01: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
|
||||
|
||||
if [ -z "${DESTDIR}" -n ${HOME} ]; then
|
||||
if [ -z "${DESTDIR}" -a -n ${HOME} ]; then
|
||||
[ -f ${HOME}/.shorewallrc ] || cp $file ${HOME}/.shorewallrc
|
||||
fi
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user