Skip to content

Commit

Permalink
remove mac os resource forks
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 22, 2018
1 parent e08437d commit 7a3a638
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ if [[ $VPN_ENABLED == "yes" ]]; then
echo "[warn] Unable to chown/chmod /config/openvpn/, assuming SMB mountpoint" | ts '%Y-%m-%d %H:%M:%.S'
fi
# force removal of mac os resource fork files in ovpn folder
rm -rf /config/openvpn/._*.ovpn
# wildcard search for openvpn config files (match on first result)
export VPN_CONFIG=$(find /config/openvpn -maxdepth 1 -name "*.ovpn" -print -quit)
Expand Down

0 comments on commit 7a3a638

Please sign in to comment.