Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-16 01:37:16 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-16 01:37:16 +0300
commitea75a97a916f37a7e61247e162230f24d00c9a55 (patch)
tree8d837ccdee1f2a319819f703eccb22fd3cd5ec40 /etc/ncp-templates/nextcloud.conf.sh
parent7225c2c8986efb3a162513f4c9ddf5dd3e76084e (diff)
ncp-templates: Fix erroneous outputs messing up config files
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
Diffstat (limited to 'etc/ncp-templates/nextcloud.conf.sh')
-rw-r--r--etc/ncp-templates/nextcloud.conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-templates/nextcloud.conf.sh b/etc/ncp-templates/nextcloud.conf.sh
index f0f46aa1..3dd7ce21 100644
--- a/etc/ncp-templates/nextcloud.conf.sh
+++ b/etc/ncp-templates/nextcloud.conf.sh
@@ -140,6 +140,6 @@ cat <<EOF
EOF
if ! [[ -f /.ncp-image ]]; then
- echo -e "Apache self check:"
+ echo "Apache self check:" >&2
apache2ctl -t 1>&2
fi