1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

[fix] missing shebang

This commit is contained in:
Julien Malik 2014-09-23 12:04:43 +02:00
parent a739fc0bb2
commit d6cec46fc2

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