Skip to content
Snippets Groups Projects
Commit a0b4c2f1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

On jessie, we need a =, not a ==

parent 7257f2e3
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ if [ "$1" != "-e" ]; then
fi
# create empty files for -z
if [ "$1" == "-z" ]; then
if [ "$1" = "-z" ]; then
FILE_DESC="regenerates zero-length"
touch "$DATA_DIR"/keys/secret_id_key || exit -1
touch "$DATA_DIR"/keys/secret_onion_key || exit -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment