mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
Changed run script to comply with suggestions by code rabbit
This commit is contained in:
parent
9db4df3e72
commit
b3a981966d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o allexport
|
set -o allexport
|
||||||
source .env set
|
source .env
|
||||||
set +o allexport
|
set +o allexport
|
||||||
|
|
||||||
go build
|
go build
|
||||||
./paperless-gpt
|
./paperless-gpt
|
||||||
|
|
Loading…
Reference in a new issue