From c89ae0ce52651cc653c720423533a4f447289aa8 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Wed, 15 Feb 2017 05:41:08 -0500 Subject: [PATCH] Minor changes Signed-off-by: Keith Irwin --- LICENSE.md | 2 +- PRIVACY.md | 2 +- README.md | 3 ++- package.json | 4 ++-- server.js | 2 +- test.js | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5b6c037..266fc85 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -238,4 +238,4 @@ The hypothetical commands `show w' and `show c' should show the appropriate part You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . -The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . \ No newline at end of file +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/PRIVACY.md b/PRIVACY.md index aae4589..ff05347 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -10,4 +10,4 @@ This means that all public access to your location is essentially deleted when y ## Email addresses -Tracman stores email addresses so we can contact users for important stuff (urgent security updates, deletion requests, lost passwords). We will never subscribe you to anything else by default. \ No newline at end of file +Tracman stores email addresses so we can contact users for important stuff (urgent security updates, deletion requests, lost passwords). We will never subscribe you to anything else by default. diff --git a/README.md b/README.md index d387218..865cc74 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,5 @@ $ npm start * Unified map and dashboard UI * Security updates -* New admin UI \ No newline at end of file +* New admin UI +* \ No newline at end of file diff --git a/package.json b/package.json index 0e359f7..57e807f 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "drydeploy": "rsync --dry-run -vaP --delete --exclude-from /srv/c9/tracman/.gitignore --exclude .git /srv/c9/tracman/ khp:/srv/tracman", "revert": "ssh khp 'rsync -aP --delete --exclude-from /srv/tracman/.gitignore --exclude .git /srv/tracman/ kptow:/srv/c9/tracman && sudo systemctl reload-or-restart tracman'", "dryrevert": "rsync --dry-run -vaP --delete --exclude-from /srv/c9/tracman/.gitignore --exclude .git khp:/srv/tracman/ /srv/c9/tracman", - "log": "ssh khp 'journalctl -u tracman'", - "restart": "ssh khp 'sudo systemctl reload-or-restart tracman'" + "log": "ssh -t khp 'journalctl -u tracman'", + "restart": "ssh -t khp 'sudo systemctl reload-or-restart tracman'" }, "repository": { "type": "git", diff --git a/server.js b/server.js index ef59885..74f03c7 100644 --- a/server.js +++ b/server.js @@ -199,4 +199,4 @@ }); } -module.exports = app; \ No newline at end of file +module.exports = app; diff --git a/test.js b/test.js index b62ca54..c34cb68 100644 --- a/test.js +++ b/test.js @@ -146,4 +146,4 @@ describe('Map popups', function() { // }); -}); \ No newline at end of file +});