mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
minor fix
This commit is contained in:
parent
9b1a4616ef
commit
6abc0a59b4
@ -110,8 +110,10 @@ then
|
|||||||
systemctl enable pandora_agent_daemon.service
|
systemctl enable pandora_agent_daemon.service
|
||||||
if [ "$?" -gt 0 ]
|
if [ "$?" -gt 0 ]
|
||||||
then
|
then
|
||||||
chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually."
|
chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually."
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" -gt 1 ]
|
if [ "$1" -gt 1 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user