opnsense-plugins/sysutils/git-backup/Makefile
Franco Fichtner 9f23d0fb80 sysutils/git-backup: update the shell execution code
1. Use explicit commands here for better tracing even if it requires
   spelling out '/usr/local/bin/git' a number of times.
2. Use the functionality that the Shell class has to offer now.
3. Use -C for changing the git working directory.
4. A bit of style left and right.
2025-11-19 11:06:13 -05:00

9 lines
217 B
Makefile

PLUGIN_NAME= git-backup
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Track config changes using git
PLUGIN_DEPENDS= git
PLUGIN_MAINTAINER= ad@opnsense.org
PLUGIN_TIER= 2
.include "../../Mk/plugins.mk"