Skip to content

Commit

Permalink
Revert "Replace abduco with dtach"
Browse files Browse the repository at this point in the history
This reverts commit 04c9227.
  • Loading branch information
michaeljguarino committed Sep 9, 2023
1 parent 04c9227 commit 9fc6f3c
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="/tmp/plural-workspace"
session="plural-workspace"

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

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

0 comments on commit 9fc6f3c

Please sign in to comment.