[mod] data

This commit is contained in:
Andy Bunce 2021-12-21 23:06:55 +00:00
parent 90094d900a
commit 629c6ff973
2 changed files with 5 additions and 3 deletions

View file

@ -31,8 +31,8 @@ if [[ "$1" == "--help" ]]; then
fi
DRYRUN=0
SOURCE=""
DATADIR=""
SOURCE="gitea"
DATADIR="data"
SQLDEST=""
USER_UID=1000
GROUP_GID=1000