capobvious 0.2.4 → 0.2.5
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.
- data/lib/capistrano/ext/capobvious.rb +1 -1
- data/lib/capobvious/version.rb +1 -1
- metadata +1 -1
|
@@ -508,7 +508,7 @@ put log_run, "#{local_runit_path}/log/run"
|
|
|
508
508
|
run "chmod +x #{local_runit_path}/log/run"
|
|
509
509
|
|
|
510
510
|
run "#{sudo} mv #{local_runit_path} #{runit} && #{sudo} ln -s #{runit} #{runit_path}"
|
|
511
|
-
sudo chown -R root:root
|
|
511
|
+
run "#{sudo} chown -R root:root #{runit}"
|
|
512
512
|
|
|
513
513
|
#logger.important('Creating symlink', 'runit')
|
|
514
514
|
#symlink = "#{sudo} ln -s #{local_runit_path} #{runit_path}"
|
data/lib/capobvious/version.rb
CHANGED