Fixed a regular expression in the installer.
This commit is contained in:
parent
84e40448a3
commit
453496db7f
|
@ -307,8 +307,8 @@ install () {
|
|||
mv $DAEMON_TEMP $DAEMON_SCRIPT
|
||||
fi
|
||||
|
||||
sed -e "s|^temporal[ ]*|temporal $PANDORA_BASE|" \
|
||||
-e "s|^logfile[ ]*|logfile $PANDORA_BASE|" \
|
||||
sed -e "s|^temporal[ \t][ \t]*|temporal $PANDORA_BASE|" \
|
||||
-e "s|^logfile[ \t][ \t]*|logfile $PANDORA_BASE|" \
|
||||
$AGENT_CFG > $AGENT_CFG_TEMP
|
||||
mv $AGENT_CFG_TEMP $AGENT_CFG
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue