Skip to content

Commit

Permalink
start ZoomLauncher with generic USER env variable set.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 27, 2024
1 parent 99efccd commit a0b7535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qutselect_connect_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ "${app}" == "zoom" ]]; then
# remove all previous data
rm -rf "${HOME}/.zoom" "${HOME}/.config/zoom.conf" "${HOME}/.config/zoomus.conf"

/opt/zoom/ZoomLauncher >"/tmp/zoom-${USER}-$$.log" 2>&1 &
USER="Enter your name" /opt/zoom/ZoomLauncher >"/tmp/zoom-${USER}-$$.log" 2>&1 &
res=$?

kill -9 ${yad_pid}
Expand Down

0 comments on commit a0b7535

Please sign in to comment.