Changeset 111077 in spip-zone
- Timestamp:
- Jul 10, 2018, 7:12:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_outils_/svn2git/trunk/create_user_gitea.sh
r111076 r111077 4 4 hash jq 2>/dev/null || { echo >&2 "Fonction jq requise. Script stoppé."; exit 1; } 5 5 6 . create_user_gitea.conf 6 if [ -n ${1} -a -f ${1} ]; then 7 CONFIGURATION_FILE=$1 8 fi 9 10 . ${CONFIGURATION_FILE:-create_user_gitea.conf} 7 11 GITEA_ORG_LIST=() 8 12
Note: See TracChangeset
for help on using the changeset viewer.