Explorar el Código

Specify ia config env var.

master
Roelf Wichertjes hace 2 años
padre
commit
60fea2e834
Firmado por: rewby ID de clave GPG: 4C2B6D2972EE5423
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      upload-single.sh

+ 2
- 0
upload-single.sh Ver fichero

@@ -1,6 +1,8 @@
#!/bin/bash
set -euo pipefail

export IA_CONFIG_FILE="${IA_CONFIG_FILE:-/ia.ini}"

if [[ ! -d "$1" ]] ; then
echo "Target directory $1 does not exist!"
exit


Cargando…
Cancelar
Guardar