Fixed a regular expression in the installer.

This commit is contained in:
Ramon Novoa 2014-09-19 11:24:51 +02:00
parent 84e40448a3
commit 453496db7f
1 changed files with 2 additions and 2 deletions

View File

@ -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