Fix shellcheck warnings

This commit is contained in:
a1346054 2021-08-22 20:22:34 +00:00
parent c74de63279
commit d07904ccb7
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
# Run OnionShare desktop, allowing you to use command-line arguments
SCRIPTS_DIR="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
cd $SCRIPTS_DIR
SCRIPTS_DIR=$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )
cd "$SCRIPTS_DIR"
cd ../src
python -c "import onionshare; onionshare.main()" $@