qemush : suppression set
inutiles
This commit is contained in:
parent
db2b517194
commit
29fc93c188
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ public_rm() {
|
||||||
# Invoke bash as qemu user in its home directory
|
# Invoke bash as qemu user in its home directory
|
||||||
public_shell() {
|
public_shell() {
|
||||||
cd || return
|
cd || return
|
||||||
set -- bash -i "$@"
|
|
||||||
exec "$@"
|
exec bash -i
|
||||||
}
|
}
|
||||||
|
|
||||||
# Output the content of an entrypoint, with coloration if on a virtual
|
# Output the content of an entrypoint, with coloration if on a virtual
|
||||||
|
|
Loading…
Reference in a new issue