mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
4cc9e0dbe1
commit
92056c592e
@ -6,7 +6,7 @@
|
||||
# Load sysconf on systems where the initsystem does not pass the environment
|
||||
if [ "$1" != "" ]; then
|
||||
if [ -r "$1" ]; then
|
||||
source "$1"
|
||||
. "$1"
|
||||
else
|
||||
echo "Unable to read sysconf from '$1'. Exiting." && exit 6
|
||||
fi
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Load sysconf on systems where the initsystem does not pass the environment
|
||||
if [ "$1" != "" ]; then
|
||||
if [ -r "$1" ]; then
|
||||
source "$1"
|
||||
. "$1"
|
||||
else
|
||||
echo "Unable to read sysconf from '$1'. Exiting." && exit 6
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user