Skip to content

Tune installation script #51

Tune installation script

Tune installation script #51

Triggered via pull request October 4, 2023 17:16
Status Success
Total duration 25s
Artifacts

reviewdog.yml

on: pull_request
Shellcheck testing
9s
Shellcheck testing
Check spelling
15s
Check spelling
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Shellcheck testing: install.sh#L129
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: install.sh:129:- cd "$RUSTDESK_INSTALL_DIR" install.sh:129:+ cd "$RUSTDESK_INSTALL_DIR" || exit
Shellcheck testing: install.sh#L129
[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:129:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)