NC desktop client: Add logfile

This commit is contained in:
Daniel Pätzold
2026-04-09 15:20:55 +02:00
parent d1ec315832
commit 83b2148832
@@ -109,6 +109,6 @@ done
#fi #fi
# Now start Nextcloud # Now start Nextcloud
echo "Starting Nextcloud Client in Background" echo "Starting Nextcloud Client in Background"
nohup ${BASECMD} --background 1>/dev/null 2>/dev/null & nohup ${BASECMD} --background 1>${TEMPDIR}/nc_desktop_client.log &
echo "Done Setup of Nextcloud." echo "Done Setup of Nextcloud."
exit 0 exit 0