File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ parameters.\n" "$directory"
179
179
# we have a valid config.ini so init database if not done
180
180
# if we get errors, the db directory should be missing
181
181
# and we print an error.
182
- if [ $do_exit == 0 -a ! -e " $directory /db" ]; then
182
+ if [ $do_exit = 0 -a ! -e " $directory /db" ]; then
183
183
printf " Initializing tracker %s\n" " $tracker "
184
184
if ! roundup-admin -i " $directory " init; then
185
185
# something went wrong.
@@ -193,7 +193,7 @@ parameters.\n" "$directory"
193
193
done # for "$@"
194
194
195
195
# if any config.ini needs editing don't start up.
196
- if [ $do_exit == 0 ]; then
196
+ if [ $do_exit = 0 ]; then
197
197
# make roundup-server process pid 1 with exec
198
198
exec roundup-server -n 0.0.0.0 " $@ "
199
199
fi
You can’t perform that action at this time.
0 commit comments