Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v8.9 #5760

Merged
merged 48 commits into from
Sep 24, 2022
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f7355ec
v8.9 (#5719)
StephanStS Aug 29, 2022
3dac9bb
Init v8.9
MichaIng Aug 29, 2022
cab8f4d
v8.9 (#5723)
Joulinar Aug 31, 2022
fb2c3d6
v8.9
MichaIng Sep 1, 2022
fea00cc
v8.9
MichaIng Sep 8, 2022
19551a1
v8.9 (#5733)
MichaIng Sep 8, 2022
69f4014
v8.9
MichaIng Sep 8, 2022
3cc9f8e
v8.9
MichaIng Sep 10, 2022
c5a6ae4
v8.9
MichaIng Sep 10, 2022
05b3759
v8.9
MichaIng Sep 10, 2022
dedbb62
v8.9 (#5738)
MichaIng Sep 11, 2022
6671e2d
v8.9
MichaIng Sep 11, 2022
0d876c6
v8.9
MichaIng Sep 11, 2022
0fbda53
v8.9
MichaIng Sep 11, 2022
15c8041
v8.9
MichaIng Sep 11, 2022
112c26f
v8.9 (#5740)
Joulinar Sep 15, 2022
ff45241
v8.9
MichaIng Sep 15, 2022
0bac0cd
v8.9
MichaIng Sep 15, 2022
58f6601
v8.9
MichaIng Sep 15, 2022
b4f15c7
v8.9
MichaIng Sep 15, 2022
2b28269
v8.9
MichaIng Sep 15, 2022
a2f96dd
v8.9
MichaIng Sep 17, 2022
7ddc8ef
v8.9
MichaIng Sep 17, 2022
8e3867d
v8.9
MichaIng Sep 17, 2022
da99ae2
v8.9
MichaIng Sep 17, 2022
71acb74
v8.9
MichaIng Sep 17, 2022
3e94f09
v8.9
MichaIng Sep 17, 2022
43b508c
v8.9
MichaIng Sep 17, 2022
99b961b
v8.9
MichaIng Sep 17, 2022
501dfc8
v8.9
MichaIng Sep 17, 2022
3774217
v8.9
MichaIng Sep 17, 2022
89a338f
v8.9
MichaIng Sep 17, 2022
8be88d0
v8.9
MichaIng Sep 17, 2022
f5da86f
v8.9
MichaIng Sep 17, 2022
f77caac
v8.9
MichaIng Sep 17, 2022
70614b9
v8.9
MichaIng Sep 17, 2022
9324476
Beta v8.9.0 (#5746)
MichaIng Sep 17, 2022
2ad8672
v8.9
MichaIng Sep 18, 2022
659e5bf
v8.9
MichaIng Sep 18, 2022
9a63f96
v8.9
MichaIng Sep 19, 2022
ece7e0c
v8.9
MichaIng Sep 19, 2022
cb34d92
v8.9
MichaIng Sep 19, 2022
fd90d0d
v8.9
MichaIng Sep 20, 2022
fb11af8
Beta v8.9.1 (#5754)
MichaIng Sep 22, 2022
573030c
v8.9
MichaIng Sep 24, 2022
0ea9113
v8.9
MichaIng Sep 24, 2022
ce358db
v8.9
MichaIng Sep 24, 2022
8918f87
Beta v8.9.2 (#5763)
MichaIng Sep 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v8.9
- DietPi-VPN | Remove /etc/openvpn on reset if empty
  • Loading branch information
MichaIng committed Sep 17, 2022
commit da99ae24db1f69f32763acf61c966514c9f49456
1 change: 1 addition & 0 deletions dietpi/dietpi-vpn
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ _EOF_
G_EXEC rm -Rf "$FP_CLIENT_OVPN" "$FP_SETTINGS" "$FP_NORDVPN" "$FP_PROTONVPN" "$FP_IPVANISH" "$FP_PIA"
# Offer to purge OpenVPN, if neither OpenVPN (server) nor PiVPN is installed
! grep -qE '^[[:blank:]]*aSOFTWARE_INSTALL_STATE\[(9|11)7\]=2' /boot/dietpi/.installed && G_WHIP_YESNO 'Do you want to have the underlying OpenVPN package purged as well?' && G_AGP openvpn
G_EXEC rmdir --ignore-fail-on-non-empty /etc/openvpn
exit 0
fi
else
Expand Down