Address shellcheck warnings
This commit is contained in:
parent
e471edd93a
commit
3f762da1e6
11 changed files with 68 additions and 34 deletions
|
|
@ -16,7 +16,7 @@ if [[ $1 == init ]]; then
|
|||
pkill protonmail-bridge || true
|
||||
|
||||
# Login
|
||||
/protonmail/proton-bridge --cli $@
|
||||
"/protonmail/proton-bridge" --cli "$@"
|
||||
|
||||
else
|
||||
|
||||
|
|
@ -30,6 +30,6 @@ else
|
|||
# Fake a terminal, so it does not quit because of EOF...
|
||||
rm -f faketty
|
||||
mkfifo faketty
|
||||
cat faketty | /protonmail/proton-bridge --cli $@
|
||||
cat faketty | /protonmail/proton-bridge --cli "$@"
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue