Merge pull request #7915 from Icinga/bugfix/scripts-sh

etc/icinga2/scripts/*.sh: explicitly specify shell
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-11-13 17:02:30 +01:00 committed by GitHub
commit 12fd687e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license