Get rid of now unnecessary run wrapper.

This commit is contained in:
2023-09-03 06:19:24 +01:00
parent 1fb451dedc
commit 5182f605ce
2 changed files with 1 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
db_conn: {
host : process.argv[2] || "localhost",
host : process.argv[2] || "mysql.service.consul",
user : 'instasync',
password : 'uequ1hahghahshu2eeD1',
database : 'instasync',

8
run.sh
View File

@@ -1,8 +0,0 @@
#!/bin/sh
exec 1>>/home/ppetru/instasync/log
exec 2>&1
cd $(dirname $0)
date
node sync.js mysql.service.consul