> On Friday, February 23rd, 2024 at 4:39 PM, Bo Berglund
> wrote:
> On Fri, 23 Feb 2024 13:24:36 +0100, Gert Doering g...@greenie.muc.de wrote:
>
> > I think at this point you need to familiarize yourself with shell
> > scripting to ensure that script is well-behaved.
>
>
> And using shellche
On Sun, 25 Feb 2024 10:50:05 +, Peter Davis via Openvpn-users
wrote:
>Hello,
>I installed shellcheck and result is:
>
># shellcheck script-events.sh
>
>In script-events.sh line 14:
>if [[ "$script_type" == "client-connect" ]]; then
> ^--^ SC2154 (warning): script_type is referen
On Sun, 25 Feb 2024 15:31:20 +0100, Bo Berglund wrote:
>On Sun, 25 Feb 2024 10:50:05 +, Peter Davis via Openvpn-users
> wrote:
>
>>Hello,
>>I installed shellcheck and result is:
>>
>># shellcheck script-events.sh
>>
>>In script-events.sh line 14:
>>if [[ "$script_type" == "client-connect" ]];
On Sun, 25 Feb 2024 10:50:05 +, Peter Davis via Openvpn-users
wrote:
>>Hello,
>>I installed shellcheck and result is:
>>
>># shellcheck script-events.sh
>>
>>In script-events.sh line 14:
>>if [[ "$script_type" == "client-connect" ]]; then
>> ^--^ SC2154 (warning): script_type is
> On Sunday, February 25th, 2024 at 6:20 PM, Bo Berglund
> wrote:
> On Sun, 25 Feb 2024 15:31:20 +0100, Bo Berglund bo.bergl...@gmail.com wrote:
>
> > On Sun, 25 Feb 2024 10:50:05 +, Peter Davis via Openvpn-users
> > openvpn-users@lists.sourceforge.net wrote:
> >
> > > Hello,
> > > I insta
Hi,
On Sun, Feb 25, 2024 at 06:50:39PM +, Peter Davis via Openvpn-users wrote:
> But my problem is that the script doesn't work at all. How do I find the
> cause?
Last thing you said is it *does* work when logging to /tmp (though
systemd hides it in the private /tmp directory).
So if all yo