#!/bin/bash appGiteaSetAdmin() { local args="$1" authAdapterCall gitea setAdmin "$(authToolArg "$args" username)" "$(authToolArg "$args" admin)" }