make linter happy
This commit is contained in:
parent
aeb8f16a94
commit
c7f70c6a11
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
|||
# make sure profile folder for config exists.
|
||||
export XDG_CONFIG_HOME="$HOME/.config/rustdesk_${RUSTDESK_PROFILE}"
|
||||
mkdir -p "$XDG_CONFIG_HOME"
|
||||
printf "Using profile: $XDG_CONFIG_HOME\n"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue