mkppuser (penpot)

This commit is contained in:
root 2022-11-26 14:21:47 +00:00
parent 891bb9712f
commit e9850632a9
1 changed files with 7 additions and 0 deletions

7
tilserv/mkppuser Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash -e
[[ -z "$3" ]] && {
printf "Usage: %s email username password\n" "$0"
exit 1
}
docker exec -ti penpot_penpot-backend_1 ./manage.sh create-profile -u "${1}" -p "${3}" -n "${2}"