From eb4cc50079897fc5dea880a60103c03c7a80505c Mon Sep 17 00:00:00 2001 From: "W. Harrison Wright" Date: Wed, 27 Apr 2016 13:14:27 -0500 Subject: [PATCH] quoted bash parameters so they handle spaces --- nginx-cache-purge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-cache-purge b/nginx-cache-purge index 42f2208..4f98929 100755 --- a/nginx-cache-purge +++ b/nginx-cache-purge @@ -79,4 +79,4 @@ function nginx_cache_purge_item() { } # nginx_cache_purge_item ## Try to purge the given item from the cache. -nginx_cache_purge_item $1 $2 +nginx_cache_purge_item "$1" "$2"