WebDAV: DNS lookup script depends on bash

syncevo-webdav-lookup.sh uses bash features (pipefail) and thus
must choose /bin/bash as shell explicitly. On systems with dash
as /bin/sh the script failed.
This commit is contained in:
Patrick Ohly 2014-04-16 21:47:59 +02:00
parent 9c733242a4
commit e77ec5d3b8

View file

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# Copyright (C) 2011 Intel Corporation
#