Browse Source

fix run-parts not being present in /usr/bin for old armbian images

HgO 1 year ago
parent
commit
84046228f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/openvpn_run-parts.sh

+ 1 - 1
conf/openvpn_run-parts.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-/usr/bin/run-parts -v /etc/openvpn/scripts/$1.d/
+run-parts -v /etc/openvpn/scripts/$1.d/