[fix] missing shebang
This commit is contained in:
parent
a739fc0bb2
commit
d6cec46fc2
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$(sudo yunohost app setting searx domain)
|
||||
path=$(sudo yunohost app setting searx path)
|
||||
|
@ -19,7 +21,6 @@ then
|
|||
sudo swapon $tmp_swap_file
|
||||
fi
|
||||
|
||||
|
||||
# Init virtualenv
|
||||
if [ ! -d /opt/searx ];
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue