From 3c169713cda8c7ce238a4396749535db7c589d05 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Jun 2025 11:34:04 +0100 Subject: [PATCH] fixed bug. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b92ef18..0b3bb9a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ npm.sync: package.json npm install > $@ 2>&1 install: -@echo "Add this line to crontab -e" -@echo '@reboot /bin/bash /root/DbContinuousIntegration/DbContinuousIntegrationWrapper.sh 2> /dev/null > /dev/null &' -@echo -@echo 'CREATE TABLE SYS_PRD_BND.Tables (Name, onUpdate_phpCode, onUpdate_pyCode, onUpdate_jsCode, LastUpdated);' | sudo mysql + @echo "Add this line to crontab -e" + @echo '@reboot /bin/bash /root/DbContinuousIntegration/DbContinuousIntegrationWrapper.sh 2> /dev/null > /dev/null &' + @echo + @echo 'CREATE TABLE SYS_PRD_BND.Tables (Name, onUpdate_phpCode, onUpdate_pyCode, onUpdate_jsCode, LastUpdated);' | sudo mysql