12769 fixing typo on systemctl daemon-reload

This commit is contained in:
rafael 2024-02-05 12:02:34 +01:00
parent 1b0bf8470f
commit 599db12dab
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ then
cp -f /usr/share/pandora_agent/pandora_agent_daemon.service /usr/lib/systemd/system/
chmod -x /usr/lib/systemd/system/pandora_agent_daemon.service
# Enable the services on SystemD
systemctl daemon reload
systemctl daemon-reload
systemctl enable pandora_agent_daemon.service
fi