Your IP : 3.138.199.4


Current Path : /proc/7973/root/proc/20913/root/etc/etckeeper/commit.d/
Upload File :
Current File : //proc/7973/root/proc/20913/root/etc/etckeeper/commit.d/30git-add

#!/bin/sh
set -e

if [ "$VCS" = git ] && [ -d .git ]; then
	if ! git add --all; then
		echo "etckeeper warning: git add --all" >&2
	fi
fi