From: Sarah Hoffmann Date: Sun, 2 Dec 2018 10:21:09 +0000 (+0100) Subject: Remove server_compare from list of installed scripts X-Git-Tag: v3.3.0~51^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/fe6a2e9f14af7286c62a1145ac1507e922ef2d36 Remove server_compare from list of installed scripts This is a stand alone script and does not depend on the configured environment. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a2caaf..19c560f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,6 @@ set(CUSTOMSCRIPTS utils/importWikipedia.php utils/export.php utils/query.php - utils/server_compare.php utils/setup.php utils/specialphrases.php utils/update.php diff --git a/utils/server_compare.php b/utils/server_compare.php old mode 100644 new mode 100755 index f44b073e..39016d07 --- a/utils/server_compare.php +++ b/utils/server_compare.php @@ -1,3 +1,4 @@ +#!/usr/bin/php -Cq