mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #41] SSH + daemonize not working #25
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mdelapenya on GitHub (Feb 20, 2015).
Original GitHub issue: https://github.com/mthenw/frontail/issues/41
Hi, first of all, thanks for this really cool tool! It is exactly what I need to share some server logs.
For that, I tried the SSH configuration with daemonize enabled, but it does not work for me, it's always using the false branch on tail.js (local execution).
This is the command I execute:
Adding this trace:
it returns "SSH OPTIONS: null - root - 22", although I passed the variables
On the other hand, removing the daemonize commands, it works as expected.
I believe that the sshOptions variable is not set when daemonizing the program. I'd try to fix it by myself, but I'm not a node expert :S
Thanks!
@mthenw commented on GitHub (Feb 23, 2015):
Hi @mdelapenya,
I was on vacation during previous week. I will look at it later today.
@mdelapenya commented on GitHub (Feb 23, 2015):
Thanks @mthenw! I sent you a pull with test too #42
@mthenw commented on GitHub (Feb 23, 2015):
@mdelapenya published v.1.4.1 (
b85c828)