From 81dfe0d04d7aa0855fc48f44031977457d24489d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 11 Apr 2020 14:01:06 +0200 Subject: [PATCH] autostart: Start nextcloud in the background --- autostart/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart/autostart.sh b/autostart/autostart.sh index 9bae383..3d78caa 100755 --- a/autostart/autostart.sh +++ b/autostart/autostart.sh @@ -149,7 +149,7 @@ if [[ "${MACHINE_HAS_SPOTIFY}" == "true" ]] ; then fi if [[ "${MACHINE_HAS_NEXTCLOUD}" == "true" ]] ; then - run nextcloud nextcloud + run nextcloud nextcloud --background fi if [[ "${MACHINE_HAS_RESTIC_BACKUP}" == "true" ]] ; then