added back passing arguemnts.
It seems to not crash anymore, but seems to not care about command line parameter
This commit is contained in:
parent
deba4793f7
commit
0093a34d48
1 changed files with 1 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue