modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-04-19 12:27:08 +04:00
parent 2f1f401846
commit ff1fe2c103
2 changed files with 6 additions and 4 deletions

View File

@ -93,7 +93,7 @@ if [ -z "$bootstrap" ]; then
fi fi
if [ -n "$ForcedBootstrap" ]; then if [ -n "$ForcedBootstrap" ]; then
[ -z "$_RUNDK_IN_DOCKER" ] && eecho "== bootstrap rundk is needed" [ -z "$_RUNDK_IN_DOCKER" ] && eecho "== rundk is needed: bootstrapping"
bootstrap=1 bootstrap=1
BootstrapOnly= BootstrapOnly=
fi fi

View File

@ -2,13 +2,15 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# Modèle de script utilisant rundk pour lancer un traitement dans un container # Modèle de script utilisant rundk pour lancer un traitement dans un container
# Ce script est à la racine du projet et rundk se trouve dans sbin/ # Ce script est à la racine du projet et rundk se trouve dans sbin/
RUNDKDIR=sbin
MYDIR="$(dirname -- "$0")"; MYNAME="$(basename -- "$0")" MYDIR="$(dirname -- "$0")"; MYNAME="$(basename -- "$0")"
if [ -z "$_RUNDK_IN_DOCKER" ]; then if [ -z "$_RUNDK_IN_DOCKER" ]; then
"$MYDIR/sbin/rundk" --bs --ue --ci || exit 1 "$MYDIR/$RUNDKDIR/rundk" --bs --ue --ci || exit 1
exec "$MYDIR/sbin/rundk" "$0" "$@" exec "$MYDIR/$RUNDKDIR/rundk" "$0" "$@"
fi fi
source "$MYDIR/vendor/nulib/php/load.sh" || exit 1 source "$MYDIR/$RUNDKDIR/rundk" || exit 1
source "$PROJDIR/$VENDORDIR/nulib/php/load.sh" || exit 1
args=( args=(
"description" "description"