mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 15:20:04 +01:00
Typo
It's late.
This commit is contained in:
parent
19fe6626f1
commit
6800ef35f7
@ -558,7 +558,7 @@ verb 3" >> /etc/openvpn/server.conf
|
||||
fi
|
||||
else
|
||||
if pgrep systemd-journal; then
|
||||
if [[ "$OS" = 'arch']]; then
|
||||
if [[ "$OS" = 'arch' ]]; then
|
||||
#Workaround to avoid rewriting the entire script for Arch
|
||||
sed -i 's|/etc/openvpn/server|/etc/openvpn|' /usr/lib/systemd/system/openvpn-server@.service
|
||||
sed -i 's|%i.conf|server.conf|' /usr/lib/systemd/system/openvpn-server@.service
|
||||
|
Loading…
Reference in New Issue
Block a user