Explorar el Código

update to database script

main
Simon Bowie hace 3 semanas
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

@@ -82,7 +82,7 @@ Backup()
############################################################

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

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

Cargando…
Cancelar
Guardar