Skip to content

Tune installation script #56

Tune installation script

Tune installation script #56

Triggered via pull request October 4, 2023 18:10
Status Success
Total duration 24s
Artifacts

reviewdog.yml

on: pull_request
Shellcheck testing
8s
Shellcheck testing
Check spelling
13s
Check spelling
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Shellcheck testing: install.sh#L44
[shellcheck] reported by reviewdog 🐶 Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145) Raw Output: ./install.sh:44:92:error:Argument mixes string and array. Use * or separate argument. [SC2145](https://github.com/koalaman/shellcheck/wiki/SC2145)
Shellcheck testing: install.sh#L131
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: install.sh:131:- cd "$RUSTDESK_INSTALL_DIR" install.sh:131:+ cd "$RUSTDESK_INSTALL_DIR" || exit
Shellcheck testing: install.sh#L131
[shellcheck] reported by reviewdog 🐶 Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164) Raw Output: ./install.sh:131:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)