Tune installation script #64
Annotations
1 error and 1 warning
install.sh#L135
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
install.sh:135:- cd "$RUSTDESK_INSTALL_DIR"
install.sh:135:+ cd "$RUSTDESK_INSTALL_DIR" || exit
|
install.sh#L135
[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:135:13:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
|
The logs for this run have expired and are no longer available.
Loading