diff --git a/run.sh b/run.sh index 526ed8f..5a30912 100755 --- a/run.sh +++ b/run.sh @@ -5,5 +5,5 @@ NODE=node while true; do - $NODE $(pwd)/$FILE.js -done \ No newline at end of file + $NODE $FILE.js +done diff --git a/server.js b/server.js index eb57c7a..f4dc56d 100644 --- a/server.js +++ b/server.js @@ -11,9 +11,8 @@ const exec = require("shell-exec"); const simpleIcons = require("simple-icons"); const con = require("./constants"); -let { port, hostname } = { - port: 3621 - //hostname: '67.182.206.28' +let { port } = { + port: 7777 }; const app = express();