diff options
Diffstat (limited to 'testing/rethinkdb/rethinkdb.initd')
-rw-r--r-- | testing/rethinkdb/rethinkdb.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rethinkdb/rethinkdb.initd b/testing/rethinkdb/rethinkdb.initd index a570a8cecf..c9e5a2b7eb 100644 --- a/testing/rethinkdb/rethinkdb.initd +++ b/testing/rethinkdb/rethinkdb.initd @@ -21,7 +21,7 @@ depend() { start_pre() { checkpath -d -m 0750 -o "${user}":"${group}" "${run_dir}" - if [ "${instance_name}" == "rethinkdb" ]; then + if [ "${instance_name}" = "rethinkdb" ]; then eerror "You should not run this default init script directly" eerror "Create a symlink to an instance name" eerror "and create a configuration file in /etc/rethinkdb/instances.d/" |