gitea/scripts/ini-gen
David Kebler b4f1093b03 add themes and get_theme_list function and will add to ini file
moved fetch to library and called download
improved run commanad with set_env function
added upgrade script
added systemd scripts and refactored service file
added ini-gen function and separate call via ini-gen script
2020-12-13 13:24:31 -08:00

5 lines
160 B
Bash
Executable file

#!/bin/bash
[[ ! $GITEA_DIR ]] && export GITEA_DIR="$(dirname "$(cd "$(readlink -f "$BASH_SOURCE")"; pwd -P)")"
source $GITEA_DIR/scripts/library
ini_gen "$@"