From c756711123c19f4a17079a00dabedd2b3706fe61 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Wed, 21 Feb 2024 14:51:14 -0800 Subject: [PATCH] allow multiple environment variable options --- modules/remote.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remote.mod b/modules/remote.mod index b00b8c5..9d4a5a5 100644 --- a/modules/remote.mod +++ b/modules/remote.mod @@ -82,7 +82,7 @@ EOF dr=true ;; e) - env_vars="$OPTARG" + env_vars+=" $OPTARG" ;; u) # run remote command as another user