From 578c9861e83e34527fde6bf8d4eb73ddddefaf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Tue, 31 Mar 2026 23:20:03 +0200 Subject: [PATCH] Talk: Start with full path --- client_software/0110_nextcloud_talk_app/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_software/0110_nextcloud_talk_app/install.sh b/client_software/0110_nextcloud_talk_app/install.sh index 64d9a45..071b280 100755 --- a/client_software/0110_nextcloud_talk_app/install.sh +++ b/client_software/0110_nextcloud_talk_app/install.sh @@ -32,6 +32,6 @@ wget -q -P ${SCRIPTPATH} --timestamping https://github.com/nextcloud-releases/ta #TODO: Check if Talk is installed - if not, exit 1 #Always start App -su -c "nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >/dev/null 2>&1 &" $SUDO_USER +su -c "/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >/dev/null 2>&1 &" $SUDO_USER exit 0