mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
legacy syntax errors (bash will not run this on 18.04)
This commit is contained in:
parent
3ea69a9fbb
commit
8db4f0376e
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 disable openvpn@xscenet.service
|
systemctl disable openvpn@xscenet.service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue