Skip to content

Commit

Permalink
Merge pull request voxpupuli#1 from m3brown/socket
Browse files Browse the repository at this point in the history
Add space between socket path and -a
  • Loading branch information
agitelzon committed Dec 23, 2015
2 parents 3eb4c72 + 719bfd8 commit 2f676e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/memcached_sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if @udp_port
result << '-U ' + @udp_port.to_s
end
if @unix_socket
result << '-s ' + @unix_socket.to_s + '-a 0755 '
result << '-s ' + @unix_socket.to_s + ' -a 0755 '
end
if @item_size
result << '-I ' + @item_size.to_s
Expand Down

0 comments on commit 2f676e3

Please sign in to comment.