Remove verbose flag in start script
This commit is contained in:
parent
d0f7fe129d
commit
bfa59b5c63
1 changed files with 2 additions and 1 deletions
3
start.sh
3
start.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
set -eu
|
||||
|
||||
if [[ -z "$(ls -A /app/data)" ]]; then
|
||||
echo "=> Detected first run"
|
||||
|
@ -10,4 +10,5 @@ fi
|
|||
|
||||
chown -R www-data.www-data /app/data
|
||||
|
||||
echo "==> Starting searx"
|
||||
exec gosu www-data python /app/code/searx/webapp.py
|
||||
|
|
Loading…
Reference in a new issue