mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Fix shellcheck warnings
This commit is contained in:
parent
c74de63279
commit
d07904ccb7
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=`cat ../cli/onionshare_cli/resources/version.txt`
|
||||
VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
|
||||
|
||||
# Supported locales
|
||||
LOCALES="en fi pl pt_BR ru tr uk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue