From 5b617e80c21708e4ec06fc828054a1ec20dc6328 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 25 Apr 2021 19:33:37 +0200 Subject: [PATCH] update setup.sh --- rootfs/usr/local/bin/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/setup.sh b/rootfs/usr/local/bin/setup.sh index 68030fe..ed53da5 100755 --- a/rootfs/usr/local/bin/setup.sh +++ b/rootfs/usr/local/bin/setup.sh @@ -57,7 +57,7 @@ EOF echo "Starting automatic configuration..." # Execute setup -(cd /nextcloud; php index.php) +(cd /nextcloud; php index.php &>/dev/null) echo "Automatic configuration finished." # Update config.php