Explorar el Código

update to database script

main
Simon Bowie hace 8 meses
padre
commit
47f7ac7183
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      database_functions.sh

+ 1
- 1
database_functions.sh Ver fichero

############################################################ ############################################################


# retrieve variables from .env file (see .env.template for template) # retrieve variables from .env file (see .env.template for template)
source .env.dev
source .env


# error message for no flags # error message for no flags
if (( $# == 0 )); then if (( $# == 0 )); then

Cargando…
Cancelar
Guardar