mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update iiab-remote-on.j2
This commit is contained in:
parent
57d63e560a
commit
3ea69a9fbb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# do nothing if it is not installed
|
# do nothing if it is not installed
|
||||||
which openvpn
|
which openvpn
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo Cannot find the OpenVPN program (openvpn).
|
echo 'Cannot find the OpenVPN program (openvpn).'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
systemctl enable openvpn@xscenet.service
|
systemctl enable openvpn@xscenet.service
|
||||||
|
|
Loading…
Reference in a new issue