ソースを参照

update to database script

main
Simon Bowie 3週間前
コミット
47f7ac7183
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      database_functions.sh

+ 1
- 1
database_functions.sh ファイルの表示

@@ -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

読み込み中…
キャンセル
保存