Talk: Fixed start / not as userinstall
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user