summaryrefslogtreecommitdiff
path: root/scripts/vyos-user-precommit-hooks.sh
blob: cae38db63ba356e7a4bb4ee38656ec2f341ad078 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ -d /config/scripts/commit/pre-hooks.d/ ]; then
    /bin/run-parts /config/scripts/commit/pre-hooks.d
fi