mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
On jessie, we need a =, not a ==
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user