Parcourir la source

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

HgO il y a 1 an
Parent
commit
84046228f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/