Fix for litedir

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-09-18 21:05:35 -07:00
parent a5c608e996
commit a389aa01a8

View File

@ -1362,8 +1362,7 @@ reload_command() # $* = original arguments less the command.
sbindir=${SBINDIR}
local sharedir
sharedir=${SHAREDIR}
litedir=${VARLIB}/${g_program}-lite
local litedir
while [ $finished -eq 0 -a $# -gt 0 ]; do
option=$1
@ -1468,6 +1467,12 @@ reload_command() # $* = original arguments less the command.
g_export=Yes
temp=$(rsh_command ${g_program}-lite show config 2> /dev/null | grep ^LITEDIR | sed 's/LITEDIR is //')
[ -n "$temp" ] && litedir="$temp"
[ -n "$litedir" ] || litedir=${VARLIB}/${g_program}-lite
if compiler $g_debugging compiler $g_shorewalldir/firewall && \
progress_message3 "Copying $file and ${file}.conf to ${system}:${litedir}..." && \
rcp_command "$g_shorewalldir/firewall $g_shorewalldir/firewall.conf" ${litedir}