@@ -1,6 +1,6 @@
#!/bin/bash
+systemctl daemon-reload
if [ "`systemctl is-active ovpmd`" != "active" ]
then
- systemctl daemon-reload
systemctl restart ovpmd
fi