Talk: Fixed start / not as userinstall

This commit is contained in:
Daniel Pätzold
2026-03-31 23:16:51 +02:00
parent 1dabff81e5
commit ceff9b1478
@@ -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 -u --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >/dev/null 2>&1 &" $SUDO_USER
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
exit 0