1
0
Эх сурвалжийг харах

chore(package): daemon-reload after upgrade

Mustafa Arici 8 жил өмнө
parent
commit
64977837e2

+ 1 - 1
contrib/afterupgrade.sh

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