mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Fix small error in the Shorewall-init install script
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cafeca0c0d
commit
8e34b80f85
@ -229,7 +229,7 @@ if [ -n "$DEBIAN" ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f ${PREFIX}/etc/default/shorewall-init ]; then
|
||||
if [ -n ${PREFIX} ]; then
|
||||
if [ -n "${PREFIX}" ]; then
|
||||
mkdir ${PREFIX}/etc/default
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user