Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Sep 12, 2023
1 parent 99a961a commit 870f4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/end2end_tests/entrypoints/sshnpd_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "SSHNPD START ENTRY"
SSHNPD_COMMAND="$HOME/.local/bin/sshnpd -a @sshnpdatsign -m @sshnpatsign -d deviceName -s -u -v > all.txt 2>&1"
SSHNPD_COMMAND="$HOME/.local/bin/sshnpd -a @sshnpdatsign -m @sshnpatsign -d deviceName -s -u -v >> all.txt 2>&1"
echo "Running: $SSHNPD_COMMAND"
eval "$SSHNPD_COMMAND"
tail -f all.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
SSHNPD_COMMAND="$HOME/.local/bin/sshnpd@sshnpatsign > all.txt 2>&1"
SSHNPD_COMMAND="$HOME/.local/bin/sshnpd@sshnpatsign >> all.txt 2>&1"
echo "Running: $SSHNPD_COMMAND"
eval "$SSHNPD_COMMAND"
tail -f all.txt

0 comments on commit 870f4f7

Please sign in to comment.