[mod] restore

This commit is contained in:
Andy Bunce 2022-03-23 20:46:54 +00:00
parent e8e20b97bb
commit 08eb65a342
2 changed files with 13 additions and 6 deletions

View file

@ -31,11 +31,12 @@ if [[ "$1" == "--help" ]]; then
fi
DRYRUN=0
SOURCE="gitea"
DATADIR="data"
#SOURCE="gitea"
# /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/gitea
#DATADIR="data"
SQLDEST=""
USER_UID=1000
GROUP_GID=1000
GROUP_GID=100
while (( "$#" )); do
if [[ "$1" == "--dry-run" ]]; then