Skip to content

Commit

Permalink
🤸
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic authored Jan 4, 2024
1 parent 2900509 commit 060f779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-and-copy-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ curl -o /shared/librechat.yaml $FILE_URL
# Check if the file "librechat.yaml" exists in the "/shared" directory before attempting to copy it
if [ -f "/shared/librechat.yaml" ]; then
# Copy the file to the /app
cp /shared/librechat.yaml ../librechat.yaml
cp /shared/librechat.yaml /app/librechat.yaml
echo "File copied successfully"
else
echo "Error: The file librechat.yaml does not exist in the shared directory"
fi
fi

0 comments on commit 060f779

Please sign in to comment.