added toggle for card expansion

This commit is contained in:
Christopher Bisset 2022-06-29 12:22:55 +10:00
parent fdac9177da
commit faf02d3b44
2 changed files with 21 additions and 12 deletions

View file

@ -48,7 +48,7 @@ then
if [ "$AUTOSTART" = "true" ]
then
# run the sub process
tmux new-session -d "${DEV_COMMAND}; sh"
tmux new-session -d "${DEV_COMMAND}; bash -i"
fi
fi