Skip to content

Commit

Permalink
use dtach again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 9, 2023
1 parent 9fc6f3c commit 0d0c08d
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 0d0c08d

Please sign in to comment.