mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 07:46:21 +02:00
Explicitly exec shell to fix ENOENT errors.
This commit is contained in:
parent
8ddbcb736a
commit
d1c77b201a
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ initLowerStore () {
|
|||
}
|
||||
|
||||
execUnshare () {
|
||||
exec unshare --mount --map-root-user "$@"
|
||||
exec unshare --mount --map-root-user "$SHELL" "$@"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue