mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: Add 'please wait' message when launching (and interactive).
This commit is contained in:
@@ -547,6 +547,8 @@ static int
|
||||
launch (void)
|
||||
{
|
||||
if (guestfs_is_config (g)) {
|
||||
if (isatty (0))
|
||||
printf (_("guestfish: wait a moment while we launch libguestfs ...\n"));
|
||||
if (guestfs_launch (g) == -1)
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user