mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-23 09:59:22 +02:00
12977 fix typos and hide websocket engine error
This commit is contained in:
parent
23ddf58138
commit
32beb3154d
@ -816,7 +816,7 @@ chmod 0644 /etc/logrotate.d/pandora_agent
|
|||||||
|
|
||||||
# Add websocket engine start script.
|
# Add websocket engine start script.
|
||||||
mv /var/www/html/pandora_console/pandora_websocket_engine /etc/init.d/ &>> "$LOGFILE"
|
mv /var/www/html/pandora_console/pandora_websocket_engine /etc/init.d/ &>> "$LOGFILE"
|
||||||
chmod +x /etc/init.d/pandora_websocket_engine
|
chmod +x /etc/init.d/pandora_websocket_engine &>> "$LOGFILE"
|
||||||
|
|
||||||
# Start Websocket engine
|
# Start Websocket engine
|
||||||
/etc/init.d/pandora_websocket_engine start &>> "$LOGFILE"
|
/etc/init.d/pandora_websocket_engine start &>> "$LOGFILE"
|
||||||
|
@ -814,7 +814,7 @@ chmod 0644 /etc/logrotate.d/pandora_agent
|
|||||||
|
|
||||||
# Add websocket engine start script.
|
# Add websocket engine start script.
|
||||||
mv /var/www/html/pandora_console/pandora_websocket_engine /etc/init.d/ &>> "$LOGFILE"
|
mv /var/www/html/pandora_console/pandora_websocket_engine /etc/init.d/ &>> "$LOGFILE"
|
||||||
chmod +x /etc/init.d/pandora_websocket_engine
|
chmod +x /etc/init.d/pandora_websocket_engine &>> "$LOGFILE"
|
||||||
|
|
||||||
# Start Websocket engine
|
# Start Websocket engine
|
||||||
/etc/init.d/pandora_websocket_engine start &>> "$LOGFILE"
|
/etc/init.d/pandora_websocket_engine start &>> "$LOGFILE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user