[fix] missing shebang

This commit is contained in:
Julien Malik 2014-09-23 12:04:43 +02:00
parent a739fc0bb2
commit d6cec46fc2
1 changed files with 2 additions and 1 deletions

View File

@ -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