From eb19100e6b4b8560526eca790eab72e56f459c56 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 30 Nov 2022 14:50:05 +0100 Subject: [PATCH] Fix a misplaced role --- general/prog/ruby.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/general/prog/ruby.xml b/general/prog/ruby.xml index 3793a1287f..63bc2a0a6a 100644 --- a/general/prog/ruby.xml +++ b/general/prog/ruby.xml @@ -125,10 +125,11 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s. If you have Ruby-On-Rails applications installed and did an upgrade of Ruby by installing this - package, you might need to run an update there, too: + package, you might need to run an update there, too + (as the &root; user): -cd /path/to/web/app +cd /path/to/web/app bundle update rake /etc/rc.d/init.d/httpd restart