Talk: Start with full path

This commit is contained in:
Daniel Pätzold
2026-03-31 23:20:03 +02:00
parent ceff9b1478
commit 578c9861e8
@@ -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 #TODO: Check if Talk is installed - if not, exit 1
#Always start App #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 exit 0