diff options
Diffstat (limited to 'bin/actioncable')
-rwxr-xr-x | bin/actioncable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/actioncable b/bin/actioncable index 0aacb19e070..14600ec1177 100755 --- a/bin/actioncable +++ b/bin/actioncable @@ -36,7 +36,7 @@ start_foreground() stop() { get_puma_pid - kill -QUIT "$(get_puma_pid)" + kill -INT "$(get_puma_pid)" } reload() |