qemush : la commande shell accepte des arguments
This commit is contained in:
parent
7fbc153a2b
commit
d214fed810
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ public_rm() {
|
|||
# Invoke bash as qemu user in its home directory
|
||||
public_shell() {
|
||||
cd || return
|
||||
exec bash -i
|
||||
set -- bash -i "$@"
|
||||
exec "$@"
|
||||
}
|
||||
|
||||
# Output the content of an entrypoint, with coloration if on a virtual
|
||||
|
|
Loading…
Reference in a new issue