1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

legacy syntax errors (bash will not run this on 18.04)

This commit is contained in:
A Holt 2018-09-05 15:05:46 -04:00 committed by GitHub
parent 3ea69a9fbb
commit 8db4f0376e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# do nothing if it is not installed
which openvpn
if [ $? -ne 0 ]; then
echo Cannot find the OpenVPN program (openvpn).
echo 'Cannot find the OpenVPN program (openvpn).'
exit 1
fi
systemctl disable openvpn@xscenet.service