From 96e744daff6c98564b4b0e4a17d2277038013b38 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 00:22:23 +0200 Subject: [PATCH] Fixed path of zamba.conf --- mailpiler.sh | 2 +- matrix.sh | 2 +- zmb-member.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mailpiler.sh b/mailpiler.sh index 43bbb85..2b1aaa6 100644 --- a/mailpiler.sh +++ b/mailpiler.sh @@ -5,7 +5,7 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille -source ./zamba.conf +source /root/zamba.conf # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime diff --git a/matrix.sh b/matrix.sh index bbf16cf..972a4f3 100644 --- a/matrix.sh +++ b/matrix.sh @@ -5,7 +5,7 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille -source ./zamba.conf +source /root/zamba.conf # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime diff --git a/zmb-member.sh b/zmb-member.sh index 6e6af90..da0fe69 100644 --- a/zmb-member.sh +++ b/zmb-member.sh @@ -5,7 +5,7 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille -source ./zamba.conf +source /root/zamba.conf # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime