capricorn 0.2.03 → 0.2.04
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module Capricorn
|
|
18
18
|
|
19
19
|
# set the passneger restart file.
|
20
20
|
def passenger_restart_txt(&block)
|
21
|
-
satellite_option(:passenger_restart_txt, block) { |v
|
21
|
+
satellite_option(:passenger_restart_txt, block) { |s, v| v || File.join(satellite_root, 'tmp', 'restart.txt') }
|
22
22
|
end
|
23
23
|
|
24
24
|
end
|