fixed bug.
This commit is contained in:
parent
6c2fbcfae5
commit
3c169713cd
8
Makefile
8
Makefile
@ -12,7 +12,7 @@ npm.sync: package.json
|
|||||||
npm install > $@ 2>&1
|
npm install > $@ 2>&1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@echo "Add this line to crontab -e"
|
@echo "Add this line to crontab -e"
|
||||||
@echo '@reboot /bin/bash /root/DbContinuousIntegration/DbContinuousIntegrationWrapper.sh 2> /dev/null > /dev/null &'
|
@echo '@reboot /bin/bash /root/DbContinuousIntegration/DbContinuousIntegrationWrapper.sh 2> /dev/null > /dev/null &'
|
||||||
@echo
|
@echo
|
||||||
@echo 'CREATE TABLE SYS_PRD_BND.Tables (Name, onUpdate_phpCode, onUpdate_pyCode, onUpdate_jsCode, LastUpdated);' | sudo mysql
|
@echo 'CREATE TABLE SYS_PRD_BND.Tables (Name, onUpdate_phpCode, onUpdate_pyCode, onUpdate_jsCode, LastUpdated);' | sudo mysql
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user