From b97600f67138692d09b1defd3fa09778ce3dad96 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 6 Nov 2025 20:37:24 +0300 Subject: [PATCH] .fvwmrc: Also check interface `wg1` --- .fvwm/main.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 0f6e876..083a4fb 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -619,7 +619,7 @@ AddToFunc Id3Info I Exec "$HOME"/lib/audio/mp3/id3info.py "$(audtool DestroyFunc Term2HostsHome AddToFunc Term2HostsHome I GotoDeskAndPage 1 1 2 -+ I PipeRead 'test -n "$(ip address show tun0 up 2>/dev/null)" || test -n "$(ip address show wg0 up 2>/dev/null)" || { echo Exec exec gxmessage -buttons Ok -default Ok "ERROR: Cannot find tun0/wg0 interfaces!"; echo Wait gxmessage; echo Break 1; }' ++ I PipeRead 'test -n "$(ip address show tun0 up 2>/dev/null)" || test -n "$(ip address show wg0 up 2>/dev/null)" || test -n "$(ip address show wg1 up 2>/dev/null)" || { echo Exec exec gxmessage -buttons Ok -default Ok "ERROR: Cannot find tun0/wg0/wg1 interfaces!"; echo Wait gxmessage; echo Break 1; }' + I TERM_KOI8_SSH_SCREEN(iskra-aviel.phdru.name, iskra) + I Wait TERM + I GotoDeskAndPage 1 0 1 -- 2.39.5