cluster 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -192,7 +192,7 @@ class AmazonInstance < Instance
|
|
|
192
192
|
if [[ -e $MONITOR ]]; then
|
|
193
193
|
chmod 600 $MONITOR
|
|
194
194
|
chown $CLUSTER_USER $MONITOR
|
|
195
|
-
mv $MONITOR /etc/god/init.d/
|
|
195
|
+
mv $MONITOR /etc/god/init.d/010_cluster.god
|
|
196
196
|
$GOD load /etc/god/init.d/010_cluster.god
|
|
197
197
|
else
|
|
198
198
|
echo "NO MONITOR FILE!"
|
data/lib/cluster/version.rb
CHANGED