Translate repository documentation and configuration added for ldap logging
This commit is contained in:
@@ -15,7 +15,7 @@ callback() {
|
||||
}
|
||||
trap 'code=$?; callback failed "$code" "Job failed" || true; exit "$code"' ERR
|
||||
echo "$(date --iso-8601=seconds) job=${JOB_ID} started"
|
||||
# --- Eigene Befehle hier einfügen ---
|
||||
# --- Insert custom commands here ---
|
||||
|
||||
# --- Ende eigene Befehle ---
|
||||
# --- End custom commands ---
|
||||
callback success 0 'Job completed'
|
||||
|
||||
Reference in New Issue
Block a user