Explicitly exec shell to fix ENOENT errors.

This commit is contained in:
Ben Radford 2023-07-19 13:25:37 +01:00
parent 8ddbcb736a
commit d1c77b201a
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -57,5 +57,5 @@ initLowerStore () {
}
execUnshare () {
exec unshare --mount --map-root-user "$@"
exec unshare --mount --map-root-user "$SHELL" "$@"
}