Skip to content

Commit

Permalink
shell detect
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Oct 31, 2024
1 parent f082c2e commit c29e633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions includes.container/usr/bin/vanilla-shell-detect
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if [ -z "$RESCUE_MODE" ]; then
/usr/bin/vso-os-shell
else
/bin/bash
fi
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[com.raggesilver.BlackBox]
use-custom-command = true
custom-shell-command = "/usr/bin/vso-os-shell"
custom-shell-command = "/usr/bin/vanilla-shell-detect"

0 comments on commit c29e633

Please sign in to comment.