mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-09 11:41:56 -07:00
fix app event queue
This commit is contained in:
@@ -107,12 +107,10 @@ configure_source() {
|
|||||||
|
|
||||||
echo " -> Empty log"|tee ${INSTALL_DIR}/log/app.log \
|
echo " -> Empty log"|tee ${INSTALL_DIR}/log/app.log \
|
||||||
${INSTALL_DIR}/log/app_front.log \
|
${INSTALL_DIR}/log/app_front.log \
|
||||||
${INSTALL_DIR}/log/app_front.log \
|
${INSTALL_DIR}/log/stdout.log
|
||||||
${INSTALL_DIR}/log/execution_queue.log \
|
touch ${INSTALL_DIR}/log/stderr.log \
|
||||||
${INSTALL_DIR}/log/db_is_locked.log \
|
${INSTALL_DIR}/log/execution_queue.log
|
||||||
${INSTALL_DIR}/log/stdout.log \
|
|
||||||
${INSTALL_DIR}/log/stderr.log \
|
|
||||||
/var/log/nginx/error.log
|
|
||||||
date +%s > /app/front/buildtimestamp.txt
|
date +%s > /app/front/buildtimestamp.txt
|
||||||
|
|
||||||
killall python &>/dev/null
|
killall python &>/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user