added back passing arguemnts.

It seems to not crash anymore, but seems to not care about
command line parameter
This commit is contained in:
Ranomier 2025-01-27 15:55:52 +01:00
parent deba4793f7
commit 0093a34d48

View file

@ -21,7 +21,4 @@ mkdir -p "$XDG_CONFIG_HOME"
printf 'Using profile: %s\n' "$XDG_CONFIG_HOME"
#exit 0
# As of rustdesk 1.1.9 giving rustdesk unknown arguments crashes it with an address boundary error.
# (At least on my machines)
# Thats why we are calling rustdesk without arguments, until thats solved
rustdesk #"${*:2}"
rustdesk "${*:2}"