mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed a regular expression in the installer.
This commit is contained in:
parent
c99aae4a72
commit
ef603c91e5
@ -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…
x
Reference in New Issue
Block a user