ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..."
authorMartin Schwenke <martin@meltin.net>
Thu, 19 Apr 2018 01:54:26 +0000 (11:54 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 27 Apr 2018 04:53:16 +0000 (06:53 +0200)
commitd8741feec533934e02bd54b7bcc4fb71dbe1a1e1
tree9f524280db9e360f2d969c478ea8d74e691e578d
parent7dbf83369705bf2fe7c4d6b79ddf794ea8adb5db
ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..."

This warning (apparently new in shellcheck 0.4.7) only applies to
double-quoted strings.  Change affected constant strings to use
single-quotes.  In the one example that contains a variable expansion
escape the backslash as recommended.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/config/debug-hung-script.sh
ctdb/config/debug_locks.sh
ctdb/config/events.d/10.interface
ctdb/config/events.d/13.per_ip_routing
ctdb/tools/ctdb_natgw