Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 134fccb

Browse files
Merge branch 'develop'
2 parents 5df700b + 45fa531 commit 134fccb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.1.0 - Bugfix
4+
5+
- Fixed hooks bug (environement variables inaccesible)
6+
37
### 3.0.9 - Fix
48

59
- Fixed `ovpn subject add` to accept all types inside `x509-types` (note: server types must start with server)

‎root/app/hook.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/bin/bash
22
#
33
# Hook script runner for OpenVPN
44
#
@@ -23,6 +23,7 @@ do
2323
exit_status=$?
2424
if [ $exit_status -ne 0 ]; then
2525
# Script returned non 0 exit code
26+
echo "Script $script exited with status $exit_status"
2627
exit $exit_status
2728
fi
2829
done

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /