summarylogtreecommitdiffstats
path: root/teams.patch
diff options
context:
space:
mode:
authorÓscar García Amor2021-03-12 10:35:10 +0100
committerÓscar García Amor2021-03-12 10:35:10 +0100
commit52eb3333736ce097575fa8953558b310810b8c55 (patch)
tree71b004a18be8c2c4c443ae8b232b7dfa03826f20 /teams.patch
parent7c00be825540ff2bddc8bf91e9b3e97e12dd38ba (diff)
downloadaur-52eb3333736ce097575fa8953558b310810b8c55.tar.gz
upgpkg: teams 1.4.00.4855-2
Add a fix to the order of items in the startup script so that the meeting links will work again.
Diffstat (limited to 'teams.patch')
-rw-r--r--teams.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/teams.patch b/teams.patch
new file mode 100644
index 000000000000..24fea9acdaf9
--- /dev/null
+++ b/teams.patch
@@ -0,0 +1,9 @@
+--- a/usr/bin/teams 2021-03-12 10:24:04.000000000 +0100
++++ b/usr/bin/teams 2021-03-12 10:28:00.836868352 +0100
+@@ -8,5 +8,5 @@
+
+ mkdir -p "$TEAMS_LOGS"
+
+-nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
++nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
+