Unnecessary lines of code removed

Removed some useless code, that was commented anyway
This commit is contained in:
Pynx Echaup 2018-07-19 15:39:49 +02:00
parent 785b46b443
commit c97b7d4a38

View File

@ -12,11 +12,6 @@ find . ! -name '*.sh' -delete
curl -kL https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip -o openvpn.zip \
&& unzip -j openvpn.zip && rm openvpn.zip
#move files from folder ovpn_tcp and ovpn_udp, then remove the directory
#mv ./ovpn_tcp/* ./
#mv ./ovpn_udp/* ./
#rmdir ovpn_tcp ovpn_udp
# Ensure linux line endings
#dos2unix *