Skip to content

Commit

Permalink
Replace abduco with dtach (#446)
Browse files Browse the repository at this point in the history
* Replace abduco with dtach

Some users have seen issues with abduco's re-binding to existing sessions freezing screens.  Dtach doesn't have history but also doesn't have that issue so trying it again.

* Revert "Replace abduco with dtach"

This reverts commit 04c9227.

* use dtach again
  • Loading branch information
michaeljguarino authored Oct 5, 2023
1 parent 78727e1 commit e27431c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-session.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh

session="plural-workspace"
session="/tmp/plural-workspace"

# ensure necessary env vars are populated
if [ -f /home/plural/.env ]; then
source /home/plural/.env
fi

abduco -A $session /home/plural/boot.sh
dtach -A $session /home/plural/boot.sh

0 comments on commit e27431c

Please sign in to comment.