ソースを参照

chore(package): daemon-reload after upgrade

Mustafa Arici 8 年 前
コミット
64977837e2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      contrib/afterupgrade.sh

+ 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