diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-06-26 08:57:28 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-06-26 08:57:28 +0200 |
| commit | 511d19026863472946b19679bfde68e4e0788cc0 (patch) | |
| tree | 210d0b63228507f6e18003152b5d187756d2ed14 | |
| parent | 575909316a7b4489c7d77dd0f1f9307fae95c921 (diff) | |
| parent | 5daa1654aacc23e4c0751c408b099bae9cecf25b (diff) | |
| download | mullvadvpn-511d19026863472946b19679bfde68e4e0788cc0.tar.xz mullvadvpn-511d19026863472946b19679bfde68e4e0788cc0.zip | |
Merge branch 'fix-read-in-build.sh'
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ if [[ "$SIGN" == "true" ]]; then exit 1 fi if [[ -z ${CSC_KEY_PASSWORD-} ]]; then - read -spr "CSC_KEY_PASSWORD = " CSC_KEY_PASSWORD + read -rsp "CSC_KEY_PASSWORD = " CSC_KEY_PASSWORD echo "" export CSC_KEY_PASSWORD fi |
