make linter happy

This commit is contained in:
Ranomier 2024-12-14 17:59:04 +01:00
parent aeb8f16a94
commit c7f70c6a11

View file

@ -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.