12977 fix typos and hide websocket engine error

This commit is contained in:
rafael 2024-03-05 11:49:55 +01:00
parent 23ddf58138
commit 32beb3154d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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