remove changable files from git

This commit is contained in:
bol-van
2024-07-30 16:58:24 +03:00
parent 0117374d89
commit cf1d6f537b
8 changed files with 18 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ EXEDIR="$(cd "$EXEDIR"; pwd)"
ZAPRET_CONFIG="$EXEDIR/config"
ZAPRET_BASE="$EXEDIR"
. "$ZAPRET_CONFIG"
[ -f "$ZAPRET_CONFIG" ] || cp "${ZAPRET_CONFIG}.default" "$ZAPRET_CONFIG"
. "$ZAPRET_BASE/common/base.sh"
. "$ZAPRET_BASE/common/elevate.sh"
. "$ZAPRET_BASE/common/fwtype.sh"