mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
nspawn: if we don't find bash, try sh
This commit is contained in:
parent
af1082b04a
commit
262d10e6bd
@ -1968,6 +1968,7 @@ int main(int argc, char *argv[]) {
|
||||
else {
|
||||
chdir(home ? home : "/root");
|
||||
execle("/bin/bash", "-bash", NULL, env_use);
|
||||
execle("/bin/sh", "-sh", NULL, env_use);
|
||||
}
|
||||
|
||||
log_error("execv() failed: %m");
|
||||
|
Loading…
x
Reference in New Issue
Block a user