From a57ebb36e72a226882010135d9f0f7be417618cc Mon Sep 17 00:00:00 2001 From: John W Smith Date: Wed, 30 Aug 2017 15:37:03 -0400 Subject: [PATCH] Fixing previous push for reload function --- etc/init.d/proxysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/proxysql b/etc/init.d/proxysql index 593c49ac5..1cead22cb 100755 --- a/etc/init.d/proxysql +++ b/etc/init.d/proxysql @@ -64,7 +64,7 @@ initial() { } reload() { - OPTS="--initial $OPTS" + OPTS="--reload $OPTS" start }