Skip to content
Snippets Groups Projects
Commit 1b56a905 authored by Bob Mottram's avatar Bob Mottram
Browse files

Dot

parent c5bd0011
No related branches found
No related tags found
No related merge requests found
......@@ -624,10 +624,10 @@ git pull
EOF
chmod +x "$rootdir/tmp/upgrade_searx"
if [ "$rootdir" ]; then
chroot "$rootdir" "$rootdir/tmp/upgrade_searx"
chroot "$rootdir" rm "$rootdir/tmp/upgrade_searx"
chroot "$rootdir" ./tmp/upgrade_searx
chroot "$rootdir" rm /tmp/upgrade_searx
else
/tmp/upgrade_searx
./tmp/upgrade_searx
rm /tmp/upgrade_searx
fi
......@@ -737,10 +737,10 @@ pip2 install --upgrade pip
EOF
chmod +x "$rootdir/tmp/install_searx"
if [ "$rootdir" ]; then
chroot "$rootdir" /tmp/install_searx
chroot "$rootdir" ./tmp/install_searx
chroot "$rootdir" rm /tmp/install_searx
else
/tmp/install_searx
./tmp/install_searx
rm /tmp/install_searx
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment