mirror of https://github.com/langgenius/dify.git
update
This commit is contained in:
parent
e7a4de8ccd
commit
bab530209e
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/.."
|
||||
|
|
|
|||
Loading…
Reference in New Issue