mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Verbose
This commit is contained in:
@@ -63,7 +63,7 @@ WORK_DIR="/tmp/processed"
|
||||
mkdir -p "$WORK_DIR"
|
||||
|
||||
echo "Copying files to working directory..."
|
||||
cp -r /app/. "$WORK_DIR"/.
|
||||
cp -vr /app/. "$WORK_DIR"/.
|
||||
|
||||
# Find all files in the working directory that contain a STACK_ENV_VAR_SENTINEL and extract the unique sentinel strings.
|
||||
unhandled_sentinels=$(find "$WORK_DIR/apps" -type f -exec grep -l "STACK_ENV_VAR_SENTINEL" {} + | \
|
||||
|
||||
Reference in New Issue
Block a user