Procházet zdrojové kódy

update to database script

main
Simon Bowie před 2 měsíci
rodič
revize
47f7ac7183
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      database_functions.sh

+ 1
- 1
database_functions.sh Zobrazit soubor

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


# 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

Načítá se…
Zrušit
Uložit