bash/usr-local-bin/microsoft-edge: add missing $@

This commit is contained in:
Aminda Suomalainen 2022-06-26 15:26:01 +03:00
parent 1a33464bc9
commit a13f337dde
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
# OpenVPN: --proxy-server=socks5://10.8.0.1
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1 $@
set +x